Open
Description
Bug report
- Run
./configure --without-doc-strings --with-pydebug && make
- Run tests with
./python.exe -m test
You will receive:
5 tests failed:
test.test_inspect.test_inspect test.test_pydoc.test_pydoc
test_descr test_rlcompleter test_sys
444 tests OK.
Total duration: 15 min 9 sec
Total tests: run=44,920 failures=9 skipped=2,179
Total test files: run=480/489 failed=5 skipped=31 resource_denied=9
Result: FAILURE
I am fixing this right now
Linked PRs
- gh-133210: Fix
test_inspect
in--without-doc-strings
mode #133250 - [3.13] gh-133210: Fix
test_inspect
in--without-doc-strings
mode (GH-133250) #133263 - gh-133210: Fix
test_pydoc
in--without-doc-strings
mode #133271 - [3.13] gh-133210: Fix
test_pydoc
in--without-doc-strings
mode (GH-133271) #133288 - gh-133210: Fix
test_descr
in--without-doc-strings
mode #133294 - [3.13] gh-133210: Fix
test_descr
in--without-doc-strings
mode (GH-133294) #133298 - gh-133210: Fix
test_rlcompleter
in--without-doc-strings
mode #133332 - [3.13] gh-133210: Fix
test_rlcompleter
in--without-doc-strings
mode (GH-133332) #133348