]> granicus.if.org Git - python/commit
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the...
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 10 May 2011 21:55:35 +0000 (00:55 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 10 May 2011 21:55:35 +0000 (00:55 +0300)
commitc1ec7b5d441fb6dfdf9499f8fc88a6d891c500be
treebd5b7c20366ff95f61de7b0796765ea9fc48a237
parent47d1d0dc30a81f507fd51cd4c2abfaec735fdf13
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
Lib/json/tests/test_recursion.py
Misc/NEWS
Modules/_json.c