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 zach.ware
Recipients serhiy.storchaka, zach.ware
Date 2016-05-09.16:26:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462811188.69.0.863333138348.issue26987@psf.upfronthosting.co.za>
In-reply-to
Content
The comment at Lib/threading.py:925 notes that sys.stderr should be used if possible, but the implementation uses self._stderr in spite of checking _sys.stderr is not None.  I believe this was just an oversight in 644b677c2ae5, which added the check and also switched from _sys.stderr.write(...) to print(... file=...).
History
Date User Action Args
2016-05-09 16:26:28zach.waresetrecipients: + zach.ware, serhiy.storchaka
2016-05-09 16:26:28zach.waresetmessageid: <1462811188.69.0.863333138348.issue26987@psf.upfronthosting.co.za>
2016-05-09 16:26:28zach.warelinkissue26987 messages
2016-05-09 16:26:28zach.warecreate