-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-117692: Fix AttributeError
in DocTestFinder
on wrapped builtin_or_method
#117699
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
…builtin_or_method`
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.
Nice, thank you!
@pablogsal -- the PR that caused the regression here was unfortunately backported to 3.11. But I assume we can't backport this fix that far, given that 3.11 is now in security-only mode? |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…builtin_or_method` (pythonGH-117699) (cherry picked from commit 4bb7d12) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
GH-117708 is a backport of this pull request to the 3.12 branch. |
…builtin_or_method` (python#117699) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Refs #115440
CC @brianschubert @lpsinger