STINNER Victor <vstin...@redhat.com> added the comment:

Note for myself: Python 3 isn't affected by this issue. The issue in Python 2 
is in the _match_number_str() function which doesn't exist in Python 3. In 
Python 3, _parse_object_unicode() uses a very different code: it calls 
PyFloat_FromString() or PyLong_FromString() for numstr.

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to