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 serhiy.storchaka
Recipients Dustin.Boswell, ezio.melotti, serhiy.storchaka, vstinner
Date 2012-11-30.23:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354318249.32.0.577535449985.issue16586@psf.upfronthosting.co.za>
In-reply-to
Content
Ahem... I just noticed:

    import simplejson as json

Dustin, this is not Python issue, this is simplejson issue. Can you reproduce the bug with standard json module? Try something like '[%*s]' % (2**32, ''), this should require less memory (especially on 3.3+).
History
Date User Action Args
2012-11-30 23:30:49serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Dustin.Boswell
2012-11-30 23:30:49serhiy.storchakasetmessageid: <1354318249.32.0.577535449985.issue16586@psf.upfronthosting.co.za>
2012-11-30 23:30:49serhiy.storchakalinkissue16586 messages
2012-11-30 23:30:48serhiy.storchakacreate