Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-133210: Fixtest_pydoc without docstrings#139654
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
test_pydoc without docstringsefimov-mikhail commentedOct 6, 2025
vstinner left a comment
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. Tests pass on Python built with./configure --with-pydebug --without-doc-strings.
708de26 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@efimov-mikhail for the PR, and@vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry,@efimov-mikhail and@vstinner, I could not cleanly backport this to |
(cherry picked from commit708de26)Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
GH-139666 is a backport of this pull request to the3.13 branch. |
Thanks@efimov-mikhail for the PR, and@vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry,@efimov-mikhail and@vstinner, I could not cleanly backport this to |
vstinner commentedOct 6, 2025
Ah, Python 3.14 is not affected since#139160 was not backported to 3.14 yet (it's pending). |
vstinner commentedOct 6, 2025
Merged, thanks for the fix. |
Thanks@efimov-mikhail for the PR, and@vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit708de26)Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
GH-139777 is a backport of this pull request to the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.
--without-doc-strings#133210