]> 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:13 +0000 (22:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Sep 2014 19:08:13 +0000 (22:08 +0300)
commit52005c2e13f32cfa3b6675997f2ef30adf0606a5
tree821c9a3d8343f19f401826aaae15b99b71be1d2f
parent3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53
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