bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints#31238
Conversation
|
We should be able to move forward with this now re: https://mail.python.org/archives/list/typing-sig@python.org/thread/WZ4BCFO4VZ7U4CZ4FSDQNFAKPG2KOGCL/ |
JelleZijlstra
left a comment
There was a problem hiding this comment.
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. |
|
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.argsandP.kwargsinsidetyping.Annotated. See the bpo issue. We should wait for that discussion to resolve first.https://bugs.python.org/issue46643