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
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) #91662
Conversation
…-strings (pythonGH-31769) Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit a573cb2) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
A failed test has no relation with changed docstrings:
|
The test is known to be flaky on the backport branches, for some reason (I think @JelleZijlstra was having trouble with it recently). Not sure that anybody's worked out what the problem is, though. |
This looks like it should fix |
@AlexWaygood A non-reverting fix (#91680) got merged so I've updated this PR. Update: Ubuntu tests now pass. |
Co-authored-by: Éric merwok@netwok.org
Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com
(cherry picked from commit a573cb2)
Co-authored-by: Oleg Iarygin oleg@arhadthedev.net