This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwilk
Recipients bquinlan, josh.r, jwilk, pitrou
Date 2019-02-01.06:51:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549003895.54.0.15429208006.issue35866@roundup.psfhosted.org>
In-reply-to
Content
You're right that sys.stdout.flush() is missing in my code; but on Linux it doesn't make a big difference, because multiprocessing flushes stdout before fork()ing.

And yes, it really hangs.
History
Date User Action Args
2019-02-01 06:51:37jwilksetrecipients: + jwilk, bquinlan, pitrou, josh.r
2019-02-01 06:51:35jwilksetmessageid: <1549003895.54.0.15429208006.issue35866@roundup.psfhosted.org>
2019-02-01 06:51:35jwilklinkissue35866 messages
2019-02-01 06:51:35jwilkcreate