-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-98552: flush std streams in the multiprocessing forkserver before fork #141849
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
|
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…efore fork (pythonGH-141849) * flush std streams in the multiprocessing forkserver before fork * NEWS (cherry picked from commit 58badb1) Co-authored-by: Gregory P. Smith <[email protected]>
|
GH-141851 is a backport of this pull request to the 3.14 branch. |
…efore fork (pythonGH-141849) * flush std streams in the multiprocessing forkserver before fork * NEWS (cherry picked from commit 58badb1) Co-authored-by: Gregory P. Smith <[email protected]>
|
GH-141852 is a backport of this pull request to the 3.13 branch. |
|
looks like this was already done for #135335, just earlier in the code from where I had been looking. reverting. |
…streams in the multiprocessing forkserver before fork (python#141849)" This reverts commit 58badb1.
…streams in the multiprocessing forkserver before fork (pythonGH-141849)" (pythonGH-141871) Revert (unneeded, already done elsewhere) "pythongh-98552: flush std streams in the multiprocessing forkserver before fork (pythonGH-141849)" This reverts commit 58badb1. (cherry picked from commit 614a28b) Co-authored-by: Gregory P. Smith <[email protected]>
…streams in the multiprocessing forkserver before fork (pythonGH-141849)" (pythonGH-141871) Revert (unneeded, already done elsewhere) "pythongh-98552: flush std streams in the multiprocessing forkserver before fork (pythonGH-141849)" This reverts commit 58badb1. (cherry picked from commit 614a28b) Co-authored-by: Gregory P. Smith <[email protected]>
… streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141873) gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) Revert (unneeded, already done elsewhere) "gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849)" This reverts commit 58badb1. (cherry picked from commit 614a28b) Co-authored-by: Gregory P. Smith <[email protected]>
… streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141872) gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) Revert (unneeded, already done elsewhere) "gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849)" This reverts commit 58badb1. (cherry picked from commit 614a28b) Co-authored-by: Gregory P. Smith <[email protected]>
|
…efore fork (python#141849) * flush std streams in the multiprocessing forkserver before fork * NEWS
…streams in the multiprocessing forkserver before fork (python#141849)" (python#141871) Revert (unneeded, already done elsewhere) "pythongh-98552: flush std streams in the multiprocessing forkserver before fork (python#141849)" This reverts commit 58badb1.
…efore fork (python#141849) * flush std streams in the multiprocessing forkserver before fork * NEWS
…streams in the multiprocessing forkserver before fork (python#141849)" (python#141871) Revert (unneeded, already done elsewhere) "pythongh-98552: flush std streams in the multiprocessing forkserver before fork (python#141849)" This reverts commit 58badb1.
A minor bug discovered by multiple authors working on a fix for the original bug in the linked issue.