[issue13848] io.open() doesn't check for embedded NUL characters

Antoine Pitrou report at bugs.python.org
Fri Jan 27 10:32:33 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Since the NUL-scanning will be useful for Modules/posixmodule.c as well, perhaps it should be done as a private _PyUnicode_HasNULChars() function.

----------

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


More information about the Python-bugs-list mailing list