]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141004: Document built-in iterator types in the C API (GH-141006)
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 6 Nov 2025 12:29:04 +0000 (07:29 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 12:29:04 +0000 (07:29 -0500)
commit1697cb5710f526d38816bb00ca3dcd4434e5e773
tree881bf68711a1838471aad58b0363e7632998a3c2
parentd2ce6d708a9eaac4e546744ca4da359ee6901ebc
gh-141004: Document built-in iterator types in the C API (GH-141006)

Adds documentation for each of the following:

- PyEnum_Type
- PyFilter_Type
- PyMap_Type
- PyReversed_Type
- PyZip_Type

In addition, PyRange_Type and PyRange_Check are also documented.
Doc/c-api/iterator.rst