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 Julian
Recipients Julian
Date 2012-01-12.00:48:09
SpamBayes Score 8.15254e-09
Marked as misclassified No
Message-id <1326329290.58.0.508357217155.issue13774@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import json
>>> json.loads("{}", [1, 2, 3])
Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "/usr/local/Cellar/python/2.7.2/lib/python2.7/json/__init__.py", line 339, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/usr/local/Cellar/python/2.7.2/lib/python2.7/json/decoder.py", line 359, in __init__
    self.scan_once = scanner.make_scanner(self)
SystemError: NULL result without error in PyObject_Call

Python 3.2 and 2.6 are not affected it'd seem, so it looks to be 2.7 only.
History
Date User Action Args
2012-01-12 00:48:10Juliansetrecipients: + Julian
2012-01-12 00:48:10Juliansetmessageid: <1326329290.58.0.508357217155.issue13774@psf.upfronthosting.co.za>
2012-01-12 00:48:09Julianlinkissue13774 messages
2012-01-12 00:48:09Juliancreate