This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rgoswami
Recipients rgoswami
Date 2022-04-08.15:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649430886.06.0.551635302311.issue47261@roundup.psfhosted.org>
In-reply-to
Content
The `current documentation`_ of the Python-C API mentions that ``PySequence_Fast`` is part of the limited API. However, this may be a typo as all the functions interacting with a ``PySequence_Fast`` object are macros, e.g. `PySequence_Fast_GET_SIZE`, `PySequence_Fast_GET_ITEM` etc.

If this is indeed a documentation bug I'm happy to open a PR to fix this once consensus is reached.






.. _`current documentation` : https://docs.python.org/3/c-api/stable.html#contents-of-limited-api
History
Date User Action Args
2022-04-08 15:14:46rgoswamisetrecipients: + rgoswami
2022-04-08 15:14:46rgoswamisetmessageid: <1649430886.06.0.551635302311.issue47261@roundup.psfhosted.org>
2022-04-08 15:14:46rgoswamilinkissue47261 messages
2022-04-08 15:14:45rgoswamicreate