You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--without-doc-strings breaks compilation with --enable-optimizations as PROFILE_TASK has failures, presumably, due to the missing doc strings. 3.12 does not have this problem as PROFILE_TASK is allowed to succeed with || true.
…s` and `--without-docstrings` (GH-133187) (#133207)
gh-133167: Fix compilation process with `--enable-optimizations` and `--without-docstrings` (GH-133187)
(cherry picked from commit cc39b19)
Co-authored-by: sobolevn <mail@sobolevn.me>
Bug report
Bug description:
--without-doc-strings
breaks compilation with--enable-optimizations
asPROFILE_TASK
has failures, presumably, due to the missing doc strings. 3.12 does not have this problem asPROFILE_TASK
is allowed to succeed with|| true
.Related: gh-110276
CPython versions tested on:
3.13
Operating systems tested on:
macOS
Linked PRs
--enable-optimizations
and--without-docstrings
#133187--enable-optimizations
and--without-docstrings
(GH-133187) #133207The text was updated successfully, but these errors were encountered: