commit | cec464951e06dd9388352590eb1f17b9aa3d68a5 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat May 07 17:40:23 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat May 07 17:40:23 2011 +0300 |
tree | e9f8449b949cab39476f57c9b68670b5b2578940 | |
parent | 5ae6c42f52c650dc317dd5f0ecab8d5087c44872 [diff] [blame] |
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
diff --git a/Misc/NEWS b/Misc/NEWS index 7207f4b..8c76057 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -358,6 +358,9 @@ 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.