Message416990
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. |
|
Date |
User |
Action |
Args |
2022-04-08 15:18:43 | rgoswami | set | recipients:
+ rgoswami, docs@python |
2022-04-08 15:18:43 | rgoswami | set | messageid: <1649431123.01.0.981335181474.issue47261@roundup.psfhosted.org> |
2022-04-08 15:18:43 | rgoswami | link | issue47261 messages |
2022-04-08 15:18:42 | rgoswami | create | |
|