]> granicus.if.org Git - python/commit
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)
authorXiang Zhang <angwerzx@126.com>
Mon, 27 Feb 2017 03:46:37 +0000 (11:46 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2017 03:46:37 +0000 (11:46 +0800)
commit8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a
tree3c93b37ec3fe339cf5a963664579907d50e93ee3
parentb7fb1e25c89a9eb85b95027f4167bc0977687c43
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS