diff options
author | Łukasz Langa <lukasz@langa.pl> | 2017-02-10 08:14:55 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2017-02-10 08:14:55 (GMT) |
commit | 9cd7e17640a49635d1c1f8c2989578a8fc2c1de6 (patch) | |
tree | 23bb3890a0c4aedcac6b85121fc91b59b2c55f1b /Misc | |
parent | e66244521c6e5f37b2964ea5165c6ac9b854b9c7 (diff) | |
download | cpython-9cd7e17640a49635d1c1f8c2989578a8fc2c1de6.zip cpython-9cd7e17640a49635d1c1f8c2989578a8fc2c1de6.tar.gz cpython-9cd7e17640a49635d1c1f8c2989578a8fc2c1de6.tar.bz2 |
Fix #29519: weakref spewing exceptions during interp finalization
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Extension Modules Library ------- +- Issue #29519: Fix weakref spewing exceptions during interpreter shutdown + when used with a rare combination of multiprocessing and custom codecs. + - Issue #29416: Prevent infinite loop in pathlib.Path.mkdir - Issue #29444: Fixed out-of-bounds buffer access in the group() method of |