]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 7 May 2011 14:58:09 +0000 (17:58 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 7 May 2011 14:58:09 +0000 (17:58 +0300)
commit362b95102f76d042e7f3865c1ebec5d36c79959a
treea9c0400d35a1806e92ee78378e4aae30f9492791
parent7420b70240586b700f5cadfa0bbdffbbe6cb8e5a
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
Lib/json/tests/test_recursion.py
Misc/NEWS
Modules/_json.c