Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-99433: Fixdoctest
failure onMethodWrapperType
#99434
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@larryhastings@isidentical you work on |
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.
LGTM
Thanks@sobolevn for the PR, and@kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
bedevere-bot commentedDec 30, 2022
GH-100620 is a backport of this pull request to the3.11 branch. |
…ythonGH-99434)(cherry picked from commit79c10b7)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
(cherry picked from commit79c10b7)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Uh oh!
There was an error while loading.Please reload this page.
Looks like it was failing because
isroutine
now hasismethodwrapper
check. While_from_module
was not having one. Refshttps://github.com/python/cpython/blame/57be5459593bbd09583317ebdafc4d58ae51dbf4/Lib/inspect.py#L509New test failure without the code change:
This would need a backport to
3.11