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-12-01.19:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354389783.78.0.577770215941.issue16586@psf.upfronthosting.co.za>
In-reply-to
Content
Dustin, what version of 2.7 do you use? What "python2.7 -V" says?

Please someone run on self-built 64-bit Python 2.7 something like (this should require a little greater than 2GB of memory):

  python -c "import json; json.loads('[%2200000000s' % ']')"

I suspect that this is a build bug.

Does it reproduced on Python 3?
History
Date User Action Args
2012-12-01 19:23:03serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Dustin.Boswell
2012-12-01 19:23:03serhiy.storchakasetmessageid: <1354389783.78.0.577770215941.issue16586@psf.upfronthosting.co.za>
2012-12-01 19:23:03serhiy.storchakalinkissue16586 messages
2012-12-01 19:23:03serhiy.storchakacreate