Dustin Boswell added the comment: Here's a slightly smaller/cleaner test case that only requires 12GB of ram to run:
python -c "import simplejson as json; json.loads('[' + '''\".......\", ''' * 200000000 + '0]') " Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/pymodules/python2.6/simplejson/__init__.py", line 307, in loads ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16586> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com