summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-07 14:40:23 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-07 14:40:23 (GMT)
commitcec464951e06dd9388352590eb1f17b9aa3d68a5 (patch)
treee9f8449b949cab39476f57c9b68670b5b2578940 /Misc/NEWS
parent5ae6c42f52c650dc317dd5f0ecab8d5087c44872 (diff)
downloadcpython-cec464951e06dd9388352590eb1f17b9aa3d68a5.zip
cpython-cec464951e06dd9388352590eb1f17b9aa3d68a5.tar.gz
cpython-cec464951e06dd9388352590eb1f17b9aa3d68a5.tar.bz2
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
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 7207f4b..8c76057 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,9 @@ Library
Extension Modules
-----------------
+- Issue #12017: Fix segfault in json.loads() while decoding highly-nested
+ objects using the C accelerations.
+
- Issue #1838: Prevent segfault in ctypes, when _as_parameter_ on a class is set
to an instance of the class.