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 pitrou
Recipients benjamin.peterson, bob.ippolito, pitrou, rhettinger, vkuznet
Date 2009-12-08.00:53:32
SpamBayes Score 0.00028193553
Marked as misclassified No
Message-id <1260233613.67.0.0680315662045.issue7451@psf.upfronthosting.co.za>
In-reply-to
Content
I've just noticed that there is a persistent decoder instance in
`json._default_decoder`. To avoid keeping references to past keys
forever, this updated patch clears the memo dict when a string has
finished decoding.
History
Date User Action Args
2009-12-08 00:53:33pitrousetrecipients: + pitrou, rhettinger, bob.ippolito, benjamin.peterson, vkuznet
2009-12-08 00:53:33pitrousetmessageid: <1260233613.67.0.0680315662045.issue7451@psf.upfronthosting.co.za>
2009-12-08 00:53:32pitroulinkissue7451 messages
2009-12-08 00:53:32pitroucreate