gh-133167: Fix compilation process with --enable-optimizations and --without-docstrings#133187
gh-133167: Fix compilation process with --enable-optimizations and --without-docstrings#133187sobolevn merged 1 commit intopython:mainfrom
--enable-optimizations and --without-docstrings#133187Conversation
…` and `--without-docstrings`
vstinner
left a comment
There was a problem hiding this comment.
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? :) |
vstinner
left a comment
There was a problem hiding this comment.
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 <mail@sobolevn.me>
|
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.