[issue35337] Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode

STINNER Victor report at bugs.python.org
Wed Nov 28 08:30:00 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

My commit df108dc6610e41c54ed064a854e3903c143f0d77 already added assert(PyTuple_Check(op)) to these two macros.

----------

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


More information about the Python-bugs-list mailing list