[issue43321] PyArg_ParseTuple() false-returns SUCCESS though SystemError and missing data (when PY_SSIZE_T_CLEAN not #define'd)

Inada Naoki report at bugs.python.org
Thu Feb 25 23:16:10 EST 2021


Inada Naoki <songofacandy at gmail.com> added the comment:

I checked the warning, and now I think Python traceback is fine.

PyArg_Parse*() is used on top of the C function. So python traceback is enough to find which function is using '#' without Py_SSIZE_T_CLEAN.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43321>
_______________________________________


More information about the Python-bugs-list mailing list