STINNER Victor <vstin...@python.org> added the comment:

PySequence_Fast_ITEMS() must also be deprecated since it also gives a direct 
access to PyTupleObject.ob_item and PyListObject.ob_item members (PyObject**). 
PySequence_Fast_GET_ITEM() should be used instead.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41078>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to