summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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)
commit9cd7e17640a49635d1c1f8c2989578a8fc2c1de6 (patch)
tree23bb3890a0c4aedcac6b85121fc91b59b2c55f1b /Misc/NEWS
parente66244521c6e5f37b2964ea5165c6ac9b854b9c7 (diff)
downloadcpython-9cd7e17640a49635d1c1f8c2989578a8fc2c1de6.zip
cpython-9cd7e17640a49635d1c1f8c2989578a8fc2c1de6.tar.gz
cpython-9cd7e17640a49635d1c1f8c2989578a8fc2c1de6.tar.bz2
Fix #29519: weakref spewing exceptions during interp finalization
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa0e740..e1b32ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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