[issue14614] PyTuple_SET_ITEM could check bounds in debug mode

STINNER Victor report at bugs.python.org
Wed Nov 28 19:23:46 EST 2018


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

Oh, I didn't know this old issue (6 years old). I wrote an implementation of this issue for PyTuple_GET_ITEM/SET_ITEM: bpo-35337. Would you mind to have a look? It seems to be backward incompatible when these macros are misused on structseq.

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list