[issue19969] PyBytes_FromFormatV("%c") and PyString_FromFormatV("%c") don't check for character min/max value

STINNER Victor report at bugs.python.org
Fri Dec 13 10:38:38 CET 2013


STINNER Victor added the comment:

Updated patch for Serhiy's remark (replace ValueError with OverflowError).

----------
Added file: http://bugs.python.org/file33116/bytes_fromformat_c-2.patch

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


More information about the Python-bugs-list mailing list