summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-26 20:45:47 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-26 20:45:47 (GMT)
commitf446d217089e61778c794023f38932e2c2798234 (patch)
treed405b8364200be84d492b4b3a2b63bf30161f782 /Misc
parentd4095d95f87010751ebc0b656a87f422ce5480ad (diff)
parent9ee5c37c8f8c4f35814453aecf5fdfd01dfa2781 (diff)
downloadcpython-f446d217089e61778c794023f38932e2c2798234.zip
cpython-f446d217089e61778c794023f38932e2c2798234.tar.gz
cpython-f446d217089e61778c794023f38932e2c2798234.tar.bz2
Issue #18559: Fix NULL pointer dereference error in _pickle module
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dff486..2f387e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,8 @@ Core and Builtins
Library
-------
+- Issue #18559: Fix NULL pointer dereference error in _pickle module
+
- Issue #18556: Check the return type of PyUnicode_AsWideChar() in ctype's
U_set().