-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_external_inspection
fails on Ubuntu
#133419
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
test_external_inspection
fails on free-threaded Ubuntutest_external_inspection
fails on Ubuntu
Another instance https://github.com/python/cpython/actions/runs/14828458459/job/41625245138?pr=133420, this time only one test failing. |
gpshead
added a commit
that referenced
this issue
May 5, 2025
[tests] fix test_external_inspection race assert either line could be where the inspection finds the foo() function as after ready is sent, the process may not have made progress onto the next line yet. "solve" by putting the statements on the same line.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 5, 2025
Follow-up of commit c4cc5d5, fix more tests.
vstinner
added a commit
that referenced
this issue
May 5, 2025
It should be fixed by #133433. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Example: https://github.com/python/cpython/actions/runs/14827808058/job/41623568354?pr=133365
Came across this failure in my PR to add zstd Python code.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: