Message 304512 - Python tracker (original) (raw)
Message304512
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:35 | Pox TheGreat | set | recipients: + Pox TheGreat |
2017-10-17 14:59:34 | Pox TheGreat | set | messageid: 1508252374.96.0.213398074469.issue31804@psf.upfronthosting.co.za |
2017-10-17 14:59:34 | Pox TheGreat | link | issue31804 messages |
2017-10-17 14:59:34 | Pox TheGreat | create |