Message416989
| 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:46 | rgoswami | set | recipients: + rgoswami |
| 2022-04-08 15:14:46 | rgoswami | set | messageid: <1649430886.06.0.551635302311.issue47261@roundup.psfhosted.org> |
| 2022-04-08 15:14:46 | rgoswami | link | issue47261 messages |
| 2022-04-08 15:14:45 | rgoswami | create | |