-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-112618: Make Annotated
cache typed
#112619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Misc/NEWS.d/next/Library/2023-12-02-12-55-17.gh-issue-112618.7_FT8-.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, nice fix!
…_FT8-.rst Co-authored-by: Alex Waygood <[email protected]>
Misc/NEWS.d/next/Library/2023-12-02-12-55-17.gh-issue-112618.7_FT8-.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Alex Waygood <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM! Will hold off merging for a bit in case @JelleZijlstra has any objections, though :)
Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to
|
Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to
|
GH-112628 is a backport of this pull request to the 3.12 branch. |
I've removed the "needs backport to 3.11" label from this PR, since it'll be easier to backport #112628 (which is the 3.12 backport) to 3.11 after that one's merged. |
…ythonGH-112628) (cherry picked from commit 2a378ca) Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
typing.get_type_hints
Can Return Incorrect Type for Annotated Metadata #112618