]> granicus.if.org Git - python/commit
Issue #22423: Unhandled exception in thread no longer causes unhandled
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Sep 2014 19:08:00 +0000 (22:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Sep 2014 19:08:00 +0000 (22:08 +0300)
commit91943460b54c20fda330d78a6b8d7643ef838b4e
tree16a463cf38352fca8dd2ae7c9e48ad9a6b85a9a5
parent3e46d7cba27f5636ba16c37651ba4ff6371e1a50
Issue #22423: Unhandled exception in thread no longer causes unhandled
AttributeError when sys.stderr is None.
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS