]> 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 22:02:56 +0000 (01:02 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 10 May 2011 22:02:56 +0000 (01:02 +0300)
commit136726537ffd92b0f3e8dabb23023ed514852e2e
treec885de5f31a12d00d79c63915e0997e5c5958b59
parentee18b6f2fda4afcdd1a22adb5b0637019510907b
#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