diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-02-27 03:46:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 03:46:37 (GMT) |
commit | 8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a (patch) | |
tree | 3c93b37ec3fe339cf5a963664579907d50e93ee3 /Misc | |
parent | b7fb1e25c89a9eb85b95027f4167bc0977687c43 (diff) | |
download | cpython-8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a.zip cpython-8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a.tar.gz cpython-8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a.tar.bz2 |
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Extension Modules Library ------- +- bpo-29376: Fix assertion error in threading._DummyThread.is_alive(). + - bpo-29110: Fix file object leak in aifc.open() when file is given as a filesystem path and is not in valid AIFF format. Patch by Anthony Zhang. |