[issue12051] Segfaults in _json while encoding objects

2011-05-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12051] Segfaults in _json while encoding objects

2011-05-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset a21f5af476cb by Ezio Melotti in branch '2.7': #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. http://hg.python.org/cpython/rev/a21f5af476cb New changeset 9557e4eeb291 by Ezio Melotti in branch '

[issue12051] Segfaults in _json while encoding objects

2011-05-10 Thread Ezio Melotti
Ezio Melotti added the comment: New patch fixes two more segfaults while encoding highly-nested objects. Updated the issue title accordingly. -- title: Segfault in JSONEncoder subclasses with check_circular=False -> Segfaults in _json while encoding objects Added file: http://bugs.pyth