-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Race condition in test_python_to_cpp_to_python_from_process test on 3.9? #2391
Comments
We also see a segfault here occasionally for Python 3.9:
|
Also in |
Is this mostly macOS? I could add an |
|
Anything on this? Is this still happening? If so, we should probably report this to Python before the final release is out. |
Another instantiation of this fluke?
EDIT: This is not, though. This is related to #2564 |
Running 3.9 macOS locally, the tests pass, but I get a segfault popup once in a while:
This happens when one of the XFails fails instead of XPasses. |
More info in #2754 |
Not sure what's going on, but this test failed again on 3.9, completely unrelated to the actual changes.
I don't know what that test is about, but I thought I'd log it.
Do we have a race condition? Does CPython 3.9 have a race condition?
The text was updated successfully, but these errors were encountered: