[issue28884] Python 3.5.2 non-segfaulting bugs (from PyPy)

Armin Rigo report at bugs.python.org
Tue Dec 6 06:59:40 EST 2016


Armin Rigo added the comment:

(B10) Follow-up on issue #25388: running ``python x.py`` if x.py contains
  the following bytes...

  * ``b"#\xfd\n"`` => we get a SyntaxError: Non-UTF-8 code
  * ``b"# coding: utf-8\n#\xfd\n"`` => we get no error!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28884>
_______________________________________


More information about the Python-bugs-list mailing list