Amaury Forgeot d Arc <[email protected]> added the comment:

PyPy does not define the PyLong_FromUnicode() function, so you are probably 
using the 
pure-Python version of jsonlib.

Indeed, in jsonlib.py the function read_number() has a line that says::
   int_part = int (match.group ('int'), 10)

----------
nosy: +amaury
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1428>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to