-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Some tests fail when python is compiled with --without-doc-strings
#133210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
May 1, 2025
sobolevn
added a commit
that referenced
this issue
May 1, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 1, 2025
…ythonGH-133250) (cherry picked from commit 27e0114) Co-authored-by: sobolevn <[email protected]>
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
May 1, 2025
sobolevn
added a commit
that referenced
this issue
May 2, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 2, 2025
…thonGH-133271) (cherry picked from commit 4912b29) Co-authored-by: sobolevn <[email protected]>
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
May 2, 2025
sobolevn
added a commit
that referenced
this issue
May 2, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 2, 2025
…thonGH-133294) (cherry picked from commit ba16ba3) Co-authored-by: sobolevn <[email protected]>
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
May 3, 2025
sobolevn
added a commit
that referenced
this issue
May 3, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 3, 2025
…de (pythonGH-133332) (cherry picked from commit 881144f) Co-authored-by: sobolevn <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
./configure --without-doc-strings --with-pydebug && make
./python.exe -m test
You will receive:
cc @vstinner
Refs #133167
I am fixing this right now
Linked PRs
test_inspect
in--without-doc-strings
mode #133250test_inspect
in--without-doc-strings
mode (GH-133250) #133263test_pydoc
in--without-doc-strings
mode #133271test_pydoc
in--without-doc-strings
mode (GH-133271) #133288test_descr
in--without-doc-strings
mode #133294test_descr
in--without-doc-strings
mode (GH-133294) #133298test_rlcompleter
in--without-doc-strings
mode #133332test_rlcompleter
in--without-doc-strings
mode (GH-133332) #133348The text was updated successfully, but these errors were encountered: