[New-bugs-announce] [issue47261] RFC: Clarify Limited API macros for PySequence_Fast

Rohit Goswami report at bugs.python.org
Fri Apr 8 11:14:46 EDT 2022


New submission from Rohit Goswami <rog32 at hi.is>:

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

----------
messages: 416989
nosy: rgoswami
priority: normal
severity: normal
status: open
title: RFC: Clarify Limited API macros for PySequence_Fast

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


More information about the New-bugs-announce mailing list