]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141004: Document built-in iterator types in the C API (GH-141006) (GH-141135)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Nov 2025 12:35:31 +0000 (04:35 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 12:35:31 +0000 (12:35 +0000)
commita8cd8f0441b96d0042b9864f2500012375080d00
tree57b4f33ed43408bc2c5af5d4dc7ed2995dd57653
parent1be80bec7960f5ccd059e75f3dfbd45fca302947
[3.13] gh-141004: Document built-in iterator types in the C API (GH-141006) (GH-141135)

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.
(cherry picked from commit 1697cb5710f526d38816bb00ca3dcd4434e5e773)

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