[issue23367] integer overflow in unicodedata.normalize

Serhiy Storchaka report at bugs.python.org
Mon Mar 2 20:24:18 CET 2015


Serhiy Storchaka added the comment:

Because isize is the size of real PyUnicode object. It's maximal value is PY_SSIZE_T_MAX - sizeof(PyASCIIObject) - 1.

----------

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


More information about the Python-bugs-list mailing list