]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141004: Document missing iterator types in the C API (GH-141010)
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 5 Nov 2025 14:13:57 +0000 (09:13 -0500)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 14:13:57 +0000 (09:13 -0500)
commit35528fccdcaa0890e959eb7884332d1a426819ac
tree4f6be71639da462844eaab74a286135f56d182be
parent589a03a8ce60cc65f91930f7d63367b03cfbbb12
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

---------

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