◐ Shell
clean mode source ↗

gh-141004: Document missing built-in iterator types in the C API by ZeroIntensity · Pull Request #141006 · python/cpython

added 2 commits

November 4, 2025 11:35

ZeroIntensity

@ZeroIntensity

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 6, 2025
…nGH-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 1697cb5)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 6, 2025
…nGH-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 1697cb5)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>

ZeroIntensity added a commit that referenced this pull request

Nov 6, 2025
…41006) (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 1697cb5)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>

ZeroIntensity added a commit that referenced this pull request

Nov 6, 2025
…41006) (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 1697cb5)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request

Dec 6, 2025
…nGH-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.