Message416990
| 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: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 |
|