[3.13] gh-141004: Document built-in iterator types in the C API (GH-141006) by miss-islington · Pull Request #141135 · python/cpython
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
📚 Documentation preview 📚: https://cpython-previews--141135.org.readthedocs.build/