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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka, terry.reedy
Date 2014-09-16.08:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410856630.14.0.274476260629.issue22423@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch fixes some bugs in printing exceptions in the threading module.

1. Fixed names of private variables in initialization. This caused unhandled AttributeError. The regression was introduced in changeset e71c3223810f. This part of the patch shouldn't be applied to 2.7.

2. Handled the case when sys.stderr is None. Perhaps this caused a crash when Python program run with pythonw.exe.

3. Added missed test.
History
Date User Action Args
2014-09-16 08:37:10serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou
2014-09-16 08:37:10serhiy.storchakasetmessageid: <1410856630.14.0.274476260629.issue22423@psf.upfronthosting.co.za>
2014-09-16 08:37:09serhiy.storchakalinkissue22423 messages
2014-09-16 08:37:09serhiy.storchakacreate