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

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