Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
58badb1 intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 commit58badb1)Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
GH-141851 is a backport of this pull request to the3.14 branch. |
…efore fork (pythonGH-141849)* flush std streams in the multiprocessing forkserver before fork* NEWS(cherry picked from commit58badb1)Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
GH-141852 is a backport of this pull request to the3.13 branch. |
gpshead commentedNov 23, 2025
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 commit58badb1.
…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 commit58badb1.(cherry picked from commit614a28b)Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
…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 commit58badb1.(cherry picked from commit614a28b)Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
… 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 commit58badb1.(cherry picked from commit614a28b)Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
… 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 commit58badb1.(cherry picked from commit614a28b)Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
bedevere-bot commentedNov 23, 2025
|
…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 commit58badb1.
…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 commit58badb1.
Uh oh!
There was an error while loading.Please reload this page.
A minor bug discovered by multiple authors working on a fix for the original bug in the linked issue.