Uh oh!
There was an error while loading. Please reload this page.
bpo-45128: fixes test_multiprocessing_fork mysterious crash - #28387
Conversation
sobolevn
commented
Sep 16, 2021
Maybe I can add some extra tests to catch this 🤔 |
sobolevn
commented
Sep 16, 2021
I've created a bpo entry for this Windows build failures: https://bugs.python.org/issue45220 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.
sobolevn
commented
Sep 18, 2021
Rebased ♻️ |
pablogsal
commented
Sep 19, 2021
Thanks a lot for the fix @sobolevn! Does this need to be backported to something before 3.10? |
miss-islington
commented
Sep 19, 2021
Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
bedevere-bot
commented
Sep 19, 2021
GH-28462 is a backport of this pull request to the 3.10 branch. |
(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>
sobolevn
commented
Sep 20, 2021
Thanks, everyone! @pablogsal no, this test does not exist in 3.9 |
Several thoughts on this:
test_shared_memory_basicstest #28182 (comment)https://bugs.python.org/issue45128