-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-45128: fixes test_multiprocessing_fork
mysterious crash
#28387
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
Maybe I can add some extra tests to catch this 🤔 |
I've created a bpo entry for this Windows build failures: https://bugs.python.org/issue45220 |
Misc/NEWS.d/next/Tests/2021-09-16-17-22-35.bpo-45128.Jz6fl2.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer a PR with only replace del ... with with ...
. No need to go further.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase your PR on the main branch to get the fix for the Windows build.
Misc/NEWS.d/next/Tests/2021-09-16-17-22-35.bpo-45128.Jz6fl2.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Victor Stinner <[email protected]>
dced204
to
a48afcb
Compare
Rebased ♻️ |
Thanks a lot for the fix @sobolevn! Does this need to be backported to something before 3.10? |
Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
…GH-28387) (cherry picked from commit 1d42408) Co-authored-by: Nikita Sobolev <[email protected]>
GH-28462 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 1d42408) Co-authored-by: Nikita Sobolev <[email protected]>
(cherry picked from commit 1d42408) Co-authored-by: Nikita Sobolev <[email protected]>
Thanks, everyone! @pablogsal no, this test does not exist in 3.9 |
Several thoughts on this:
test_shared_memory_basics
test #28182 (comment)https://bugs.python.org/issue45128