-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-133167: Fix compilation process with --enable-optimizations
and --without-docstrings
#133187
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
…` and `--without-docstrings`
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.
While you're fixing tests on Python built with --without-docstrings
, you can also fix:
test_inspect
test_pydoc
test_descr
test_rlcompleter
@vstinner compilation does not fail without Tests that you've mentioned are not executed during What do you think? :) |
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.
I'm fine with fixing other tests in a follow-up PR, and leaving the NEWS entry unchanged.
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…` and `--without-docstrings` (pythonGH-133187) (cherry picked from commit cc39b19) Co-authored-by: sobolevn <[email protected]>
GH-133207 is a backport of this pull request to the 3.13 branch. |
Thank you! Working on other tests 👍 |
Uh oh!
There was an error while loading. Please reload this page.