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 Pox TheGreat
Recipients Pox TheGreat
Date 2017-10-17.14:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508252374.96.0.213398074469.issue31804@psf.upfronthosting.co.za>
In-reply-to
Content
If you start Python by pythonw then sys.stdout and sys.stderr are set to None. If you also use multiprocessing then when the child process finishes BaseProcess._bootstrap calls sys.stdout.flush() and sys.stderr.flush() finally. This causes the process return code to be not zero (it is 1).
History
Date User Action Args
2017-10-17 14:59:35Pox TheGreatsetrecipients: + Pox TheGreat
2017-10-17 14:59:34Pox TheGreatsetmessageid: <1508252374.96.0.213398074469.issue31804@psf.upfronthosting.co.za>
2017-10-17 14:59:34Pox TheGreatlinkissue31804 messages
2017-10-17 14:59:34Pox TheGreatcreate