diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-10 22:02:56 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-10 22:02:56 (GMT) |
commit | 136726537ffd92b0f3e8dabb23023ed514852e2e (patch) | |
tree | c885de5f31a12d00d79c63915e0997e5c5958b59 /Misc | |
parent | ee18b6f2fda4afcdd1a22adb5b0637019510907b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |