-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-133210: Fix test_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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
test_pydoc without docstrings
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.
|
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 commit 708de26) Co-authored-by: Mikhail Efimov <[email protected]>
|
GH-139666 is a backport of this pull request to the 3.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 |
|
Ah, Python 3.14 is not affected since #139160 was not backported to 3.14 yet (it's pending). |
|
Merged, thanks for the fix. |
…39666) gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (cherry picked from commit 708de26) Co-authored-by: Mikhail Efimov <[email protected]>
|
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 commit 708de26) Co-authored-by: Mikhail Efimov <[email protected]>
|
GH-139777 is a backport of this pull request to the 3.14 branch. |
…39777) gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (cherry picked from commit 708de26) Co-authored-by: Mikhail Efimov <[email protected]>
--without-doc-strings#133210