-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Thread sanitizer (free-threading) tests fail: test_signal raises RecursionError #121065
Labels
Comments
sobolevn
added
type-bug
An unexpected behavior, bug, or error
tests
Tests in the Lib/test dir
topic-free-threading
labels
Jun 26, 2024
I don't see similar failures before this merge: 22b0de2 |
@skirpichev @sobolevn that test is flaky. for example, after 22b0de2, 6f7acaa passed perfectly fine. |
Another example: #121083 came after that commit, and still passes that test. |
Maybe we can reduce the number of signals sent, or increase the recursion limit. |
Let's disable the test for now and then investigate the root cause. |
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Jun 27, 2024
Loading
Loading status checks…
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
Link: https://github.com/python/cpython/actions/runs/9686054998/job/26727620578
Linked PRs
The text was updated successfully, but these errors were encountered: