STINNER Victor <[email protected]> added the comment:

See also #8850: Remove "w" format of PyParse_ParseTuple().

--

About "y": the parser HAVE TO check for embedded NUL bytes, because the caller 
doesn't know the size of the buffer (and strlen() would give the wrong size).

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue8592>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to