summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-10 22:02:56 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-10 22:02:56 (GMT)
commit136726537ffd92b0f3e8dabb23023ed514852e2e (patch)
treec885de5f31a12d00d79c63915e0997e5c5958b59 /Misc
parentee18b6f2fda4afcdd1a22adb5b0637019510907b (diff)
downloadcpython-136726537ffd92b0f3e8dabb23023ed514852e2e.zip
cpython-136726537ffd92b0f3e8dabb23023ed514852e2e.tar.gz
cpython-136726537ffd92b0f3e8dabb23023ed514852e2e.tar.bz2
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
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 9f4d9a8..cdb63be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -326,6 +326,9 @@ Library
Extension Modules
-----------------
+- Issue #12051: Fix segfault in json.dumps() while encoding highly-nested
+ objects using the C accelerations.
+
- Issue #12017: Fix segfault in json.loads() while decoding highly-nested
objects using the C accelerations.