]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141046)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Nov 2025 14:20:04 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 14:20:04 +0000 (14:20 +0000)
commit39ca786918d8fd11b4183a0503ee21a76f7feef4
treee3ecea9bf59441d07ac6e1d1ce486b24bb8731cf
parent43eaf9984abb9ebb9a617eb55b2f997fe9a41425
[3.14] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141046)

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