FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_method` by sobolevn · Pull Request #117699 · python/cpython · GitHub

/ cpython Public

gh-117692: Fix AttributeError in DocTestFinder on wrapped builtin_or_method - #117699

Merged
AlexWaygood merged 2 commits into
python:mainfrom
sobolevn:issue-117692
Apr 10, 2024
Merged

gh-117692: Fix AttributeError in DocTestFinder on wrapped builtin_or_method#117699
AlexWaygood merged 2 commits into
python:mainfrom
sobolevn:issue-117692

Conversation

sobolevn commented Apr 9, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

AlexWaygood left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Nice, thank you!

Comment thread Lib/doctest.py Outdated

Copy link
Copy Markdown
Member

@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>
AlexWaygood merged commit 4bb7d12 into python:main Apr 10, 2024

Copy link
Copy Markdown

Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 10, 2024
…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>

bedevere-app Bot commented Apr 10, 2024

Copy link
Copy Markdown

GH-117708 is a backport of this pull request to the 3.12 branch.

bedevere-app Bot removed the needs backport to 3.12 only security fixes label Apr 10, 2024
AlexWaygood added a commit that referenced this pull request Apr 10, 2024
…`builtin_or_method` (GH-117699) (#117708)

* gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_method` (GH-117699)
(cherry picked from commit 4bb7d12)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…builtin_or_method` (python#117699)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL