Skip to content

Some tests fail when python is compiled with --without-doc-strings #133210

Open
@sobolevn

Description

@sobolevn

Bug report

  1. Run ./configure --without-doc-strings --with-pydebug && make
  2. 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

cc @vstinner
Refs #133167

I am fixing this right now

Linked PRs

Metadata

Metadata

Assignees

Labels

testsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions