[issue8592] 'y' does not check for embedded NUL bytes

STINNER Victor report at bugs.python.org
Sat Jun 12 02:39:01 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Attached patch fixes the initial problem: raise an error if the byte strings embeds a NUL-byte.

----------
keywords: +patch
Added file: http://bugs.python.org/file17636/y_format.patch

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


More information about the Python-bugs-list mailing list