Armin Rigo <[email protected]> added the comment:

exec and eval() have the reverse issue when comparing CPython 2.x (first) with
PyPy 2.x (last):

>>> eval("5 #\x00")
TypeError: expected string without null bytes

>>>> eval("5 #\x00")
5

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

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

Reply via email to