Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Closed
Description
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
./configure --without-doc-strings --enable-optimizationsmake -j32...Total duration: 25.6 secTotal tests: run=8,926 failures=11 skipped=302Totaltest files: run=43/43 failed=2 skipped=2Result: FAILUREmake:*** [profile-run-stamp] Error 2
CPython versions tested on:
3.13
Operating systems tested on:
macOS