]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141047)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Nov 2025 14:22:32 +0000 (15:22 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 14:22:32 +0000 (14:22 +0000)
commita3756c6ea03d8e6f40bd238840580d1545cbe9cd
tree2d719e9eea348045ac3a6d67e3d8835970ae13bc
parent64bf92179be43f3e136a53d9fee7a5d0d16fab8f
[3.13] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141047)

gh-141004: Document missing iterator types in the C API (GH-141010)

Add documentation for each of the following:

- PyByteArrayIter_Type
- PyBytesIter_Type
- PyListIter_Type
- PyListRevIter_Type
- PySetIter_Type
- PyTupleIter_Type
- PyRangeIter_Type
- PyLongRangeIter_Type
- PyDictIterKey_Type
- PyDictRevIterKey_Type
- PyDictIterValue_Type
- PyDictRevIterValue_Type
- PyDictIterItem_Type
- PyDictRevIterItem_Type

---------
(cherry picked from commit 35528fccdcaa0890e959eb7884332d1a426819ac)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/iterator.rst