-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints #31238
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints #31238
Conversation
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.
👍
We should be able to move forward with this now re: https://mail.python.org/archives/list/[email protected]/thread/WZ4BCFO4VZ7U4CZ4FSDQNFAKPG2KOGCL/ |
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! @gvanrossum planning to merge this small typing change.
Thanks @GBeauregard for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-31646 is a backport of this pull request to the 3.10 branch. |
…GH-31238) (cherry picked from commit 75d2d94) Co-authored-by: Gregory Beauregard <[email protected]>
(cherry picked from commit 75d2d94) Co-authored-by: Gregory Beauregard <[email protected]>
Blurb-it was fixed at python/blurb_it#256. |
Oops, I can fix it in a few hours.
…On Wed, Mar 2, 2022 at 6:27 PM Dennis Sweeney ***@***.***> wrote:
sphinx-lint was added after the most recent CI job ran on this PR, so it
looks like we need to add a newline at the end of the NEWS entry to fix
Azure Pipelines PR.
Blurb-it was fixed at python/blurb_it#256
<python/blurb_it#256>.
—
Reply to this email directly, view it on GitHub
<#31238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG5K2F5GGADFAD3H5TTUDLU6APRHANCNFSM5N627C3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fix in #31651 |
There's discussion since fixing this also allows using
P.args
andP.kwargs
insidetyping.Annotated
. See the bpo issue. We should wait for that discussion to resolve first.https://bugs.python.org/issue46643