bpo-45128: fixes test_multiprocessing_fork mysterious crash#28387
Conversation
|
Maybe I can add some extra tests to catch this 🤔 |
Sorry, something went wrong.
|
I've created a bpo entry for this Windows build failures: https://bugs.python.org/issue45220 |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
I would prefer a PR with only replace del ... with with .... No need to go further.
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
Please rebase your PR on the main branch to get the fix for the Windows build.
Sorry, something went wrong.
Co-authored-by: Victor Stinner <vstinner@python.org>
dced204 to
a48afcb
Compare
September 16, 2021 18:45
|
Rebased ♻️ |
Sorry, something went wrong.
|
Thanks a lot for the fix @sobolevn! Does this need to be backported to something before 3.10? |
Sorry, something went wrong.
|
Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, something went wrong.
(cherry picked from commit 1d42408) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
(cherry picked from commit 1d42408) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
Thanks, everyone! @pablogsal no, this test does not exist in 3.9 |
Sorry, something went wrong.
Several thoughts on this:
test_shared_memory_basicstest #28182 (comment)https://bugs.python.org/issue45128