summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2017-02-10 08:16:10 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2017-02-10 08:16:10 (GMT)
commit57fe245e8c88f49899cf81b0efe289f599c0a249 (patch)
treebc216c90ad9d4333f1345b08ba7f13206b51c60d /Misc/NEWS
parent35a1f7f62df4380c8fbc5b6d64ee6bb8162d69f4 (diff)
parent9cd7e17640a49635d1c1f8c2989578a8fc2c1de6 (diff)
downloadcpython-57fe245e8c88f49899cf81b0efe289f599c0a249.zip
cpython-57fe245e8c88f49899cf81b0efe289f599c0a249.tar.gz
cpython-57fe245e8c88f49899cf81b0efe289f599c0a249.tar.bz2
Merge 3.5 (fix #29519)
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 a2d4241..cec19c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,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