Message151100
| 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:10 | Julian | set | recipients:
+ Julian |
| 2012年01月12日 00:48:10 | Julian | set | messageid: <1326329290.58.0.508357217155.issue13774@psf.upfronthosting.co.za> |
| 2012年01月12日 00:48:09 | Julian | link | issue13774 messages |
| 2012年01月12日 00:48:09 | Julian | create |
|