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 stockbsd
Recipients serhiy.storchaka, stockbsd
Date 2014-12-09.12:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418127676.43.0.775038982485.issue23016@psf.upfronthosting.co.za>
In-reply-to
Content
1. py2 is unaffected, because stderr/stdout is not None in py2's pythonw and the catch works correctly.

2. as to py3, I prefer this patch:
-  execpt OSError:
+  execpt:
History
Date User Action Args
2014-12-09 12:21:16stockbsdsetrecipients: + stockbsd, serhiy.storchaka
2014-12-09 12:21:16stockbsdsetmessageid: <1418127676.43.0.775038982485.issue23016@psf.upfronthosting.co.za>
2014-12-09 12:21:16stockbsdlinkissue23016 messages
2014-12-09 12:21:16stockbsdcreate