Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 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
…` 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_inspecttest_pydoctest_descrtest_rlcompleter
Uh oh!
There was an error while loading.Please reload this page.
sobolevn commentedApr 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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.
cc39b19
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…` and `--without-docstrings` (pythonGH-133187)(cherry picked from commitcc39b19)Co-authored-by: sobolevn <mail@sobolevn.me>
GH-133207 is a backport of this pull request to the3.13 branch. |
Thank you! Working on other tests 👍 |
Uh oh!
There was an error while loading.Please reload this page.