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

Serhiy Storchaka report at bugs.python.org
Thu Nov 29 05:24:46 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

This is compatibility breaking change. Currently you can get the address of the array of tuple items by using &PyTuple_GET_ITEM(obj, 0).

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list