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 docs@python, rgoswami
Date 2022-04-08.15:18:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649431123.01.0.981335181474.issue47261@roundup.psfhosted.org>
In-reply-to
Content
Perhaps to be clear, there are two possibilities:
1. `PySequence_Fast` should be removed from the Limited API
2. All macros used with `PySequence_Fast` are valid for use in the context of the Limited API

In either case the documentation should need to be clarified.

The only situation where no changes would result is if:
- `PySequence_Fast` is part of the Limited API, but must be treated the same as a regular `PySequence` object
  + Since only `PySequence_Size` and other variants can be used in the context of the Limited API

This is actually also still confusing and should be mentioned clearly.
History
Date User Action Args
2022-04-08 15:18:43rgoswamisetrecipients: + rgoswami, docs@python
2022-04-08 15:18:43rgoswamisetmessageid: <1649431123.01.0.981335181474.issue47261@roundup.psfhosted.org>
2022-04-08 15:18:43rgoswamilinkissue47261 messages
2022-04-08 15:18:42rgoswamicreate