Serhiy Storchaka added the comment:

Issue16009 has an effect on error messages.

But this error message should not be. scan_once() returns a 32-bit overflowed 
index (994967285 == 3300000011 - 2**32). However all indices in Modules/_json.c 
are of type Py_ssize_t.

----------

_______________________________________
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

Reply via email to