-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-45052: Unskips a failing test_shared_memory_basics
test
#28182
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
Conversation
Sorry, @sobolevn and @zooba, I could not cleanly backport this to |
GH-28185 is a backport of this pull request to the 3.10 branch. |
This change doesn't seem to apply to 3.9 |
(cherry picked from commit 19871fc) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This seem to have caused several errors that have manifested on the release of 3.10.0rc2:
|
@pablogsal is there a bpo entry for this bug? This test can contain additional problems, this is not a surprise 😞 |
Not for now, I am trying to debug it, but this is literally blocking the rc2 release of Python 3.10 |
Hummm, it has to be something extra because this is failing currently on Linux. I still prefer to investigate.
Don't worry, is not your fault :) Nobody knows what's happening, I just know that I cannot release the new rc with these problems. |
Maybe this is actually due to bpo-45042, who knows |
https://bugs.python.org/issue45052