[issue16586] json library can't parse large (> 2^31) strings

Serhiy Storchaka report at bugs.python.org
Sat Dec 1 00:30:49 CET 2012


Serhiy Storchaka added the comment:

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+).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16586>
_______________________________________


More information about the Python-bugs-list mailing list