summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2013-07-01 14:03:17 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2013-07-01 14:03:17 (GMT)
commit7c1457bed24f06cf793fee4536301540b5d327d4 (patch)
treecea3bd89ef5f714605b7cc76fd7670f5ebbe5c90 /Misc
parent3720c77e307781b1e9f459a8e7844fceacef5cba (diff)
parent54882bfc18732bb1e5360bbc2e99ef0409ea4e51 (diff)
downloadcpython-7c1457bed24f06cf793fee4536301540b5d327d4.zip
cpython-7c1457bed24f06cf793fee4536301540b5d327d4.tar.gz
cpython-7c1457bed24f06cf793fee4536301540b5d327d4.tar.bz2
Merge with current default
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92d7c39..ed51b38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,9 @@ Core and Builtins
Library
-------
+- Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
+ segfault inside the _pickle C extension.
+
- Issue 18240: The HMAC module is no longer restricted to bytes and accepts
any bytes-like object, e.g. memoryview. Original patch by Jonas Borgström.