-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-43118: in inspect.signature,use 'base' to help parse 'base.__text_signature__' #30285
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-43118: in inspect.signature,use 'base' to help parse 'base.__text_signature__' #30285
Conversation
Misc/NEWS.d/next/Library/2021-12-29-14-42-09.bpo-43118.BoVi_5.rst
Outdated
Show resolved
Hide resolved
@gvanrossum I think this is ready to merge. |
Though we need to decide whether this should be backported to 3.9 and 3.10. I'd say yes since it's a bugfix and the old behavior was broken. |
Thanks @hongweipeng for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…__' (pythonGH-30285) (cherry picked from commit 881a763) Co-authored-by: Weipeng Hong <[email protected]>
GH-30765 is a backport of this pull request to the 3.10 branch. |
…__' (pythonGH-30285) (cherry picked from commit 881a763) Co-authored-by: Weipeng Hong <[email protected]>
GH-30766 is a backport of this pull request to the 3.9 branch. |
I hope the commit title I made up covers the change. (If not, too bad -- we don't roll things back to fix commit messages.) |
…__' (GH-30285) (cherry picked from commit 881a763) Co-authored-by: Weipeng Hong <[email protected]>
…__' (GH-30285) (#30765) (cherry picked from commit 881a763) Co-authored-by: Weipeng Hong <[email protected]> Co-authored-by: Weipeng Hong <[email protected]>
…__' (pythonGH-30285) (cherry picked from commit 881a763) Co-authored-by: Weipeng Hong <[email protected]>
https://bugs.python.org/issue43118