[issue32342] safe_power(): CID 1426161: Integer handling issues (DIVIDE_BY_ZERO)

STINNER Victor report at bugs.python.org
Fri Dec 15 16:43:37 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

PyLong_AsSize_t(w) cannot be zero thanks to Py_SIZE(w) > 0. I classified the issue as a false positive. Sorry for the noise.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list