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:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354317373.63.0.21986122434.issue16586@psf.upfronthosting.co.za>
In-reply-to
Content
Issue16009 has an effect on error messages.

But this error message should not be. scan_once() returns a 32-bit overflowed index (994967285 == 3300000011 - 2**32). However all indices in Modules/_json.c are of type Py_ssize_t.
History
Date User Action Args
2012-11-30 23:16:13serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Dustin.Boswell
2012-11-30 23:16:13serhiy.storchakasetmessageid: <1354317373.63.0.21986122434.issue16586@psf.upfronthosting.co.za>
2012-11-30 23:16:13serhiy.storchakalinkissue16586 messages
2012-11-30 23:16:13serhiy.storchakacreate