[issue17645] assert fails in _Py_Mangle

Armin Rigo report at bugs.python.org
Sun Apr 7 10:24:16 CEST 2013


Armin Rigo added the comment:

You may want to add a test.  This might help notice that comparing an integer of type Py_ssize_t to check if it's greater than PY_SSIZE_T_MAX is bogus in C  :-(

----------
resolution: fixed -> 
stage: committed/rejected -> test needed

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


More information about the Python-bugs-list mailing list