gh-133210: Fix test_pydoc without docstrings#139654
Conversation
test_pydoc without docstrings
vstinner
left a comment
There was a problem hiding this comment.
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 <efimov.mikhail@gmail.com>
|
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. |
|
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 <efimov.mikhail@gmail.com>
|
GH-139777 is a backport of this pull request to the 3.14 branch. |
--without-doc-strings#133210