Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f3a9faba4bad91286b78b498547de928078f55da https://github.com/python/cpython/commit/f3a9faba4bad91286b78b498547de928078f55da Author: Xiang Zhang <angwerzx at 126.com> Date: 2017年02月27日 (2017年2月27日) Changed paths: M Lib/test/test_threading.py M Lib/threading.py M Misc/NEWS Log Message: ----------- bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)