STINNER Victor added the comment:

"especially for issues with null byte"

I don't think that we should put to much energy in handling correctly NUL 
bytes. I see NUL bytes in code as bugs in the code, not in the Python parser. 
We *might* try to give warnings or better error messages to the user, that's 
all.

----------
nosy: +haypo

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

Reply via email to