This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alex, barry, benjamin.peterson, ezio.melotti, georg.brandl, ivank, python-dev
Date 2011-05-07.15:29:24
SpamBayes Score 0.0004098932
Marked as misclassified No
Message-id <E1QIjRc-00031t-AM@dinsdale.python.org>
In-reply-to
Content
New changeset 6fa20e360e5e by Ezio Melotti in branch '2.7':
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
http://hg.python.org/cpython/rev/6fa20e360e5e

New changeset 61164d09337e by Ezio Melotti in branch '3.1':
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
http://hg.python.org/cpython/rev/61164d09337e

New changeset db97968379dd by Ezio Melotti in branch '3.2':
#12017: merge with 3.1.
http://hg.python.org/cpython/rev/db97968379dd

New changeset 389620c9e609 by Ezio Melotti in branch 'default':
#12017: merge with 3.2.
http://hg.python.org/cpython/rev/389620c9e609
History
Date User Action Args
2011-05-07 15:29:27python-devsetrecipients: + python-dev, barry, georg.brandl, benjamin.peterson, ezio.melotti, alex, ivank
2011-05-07 15:29:25python-devlinkissue12017 messages
2011-05-07 15:29:24python-devcreate