diff options
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) |
commit | 57fe245e8c88f49899cf81b0efe289f599c0a249 (patch) | |
tree | bc216c90ad9d4333f1345b08ba7f13206b51c60d /Misc | |
parent | 35a1f7f62df4380c8fbc5b6d64ee6bb8162d69f4 (diff) | |
parent | 9cd7e17640a49635d1c1f8c2989578a8fc2c1de6 (diff) | |
download | cpython-57fe245e8c88f49899cf81b0efe289f599c0a249.zip cpython-57fe245e8c88f49899cf81b0efe289f599c0a249.tar.gz cpython-57fe245e8c88f49899cf81b0efe289f599c0a249.tar.bz2 |
Merge 3.5 (fix #29519)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |