FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.14] gh-141004: Document missing iterator types in the C API (GH-141010) by miss-islington · Pull Request #141046 · python/cpython · GitHub

/ cpython Public

[3.14] gh-141004: Document missing iterator types in the C API (GH-141010) - #141046

Merged
ZeroIntensity merged 1 commit into
python:3.14from
miss-islington:backport-35528fc-3.14
Nov 5, 2025
Merged

[3.14] gh-141004: Document missing iterator types in the C API (GH-141010)#141046
ZeroIntensity merged 1 commit into
python:3.14from
miss-islington:backport-35528fc-3.14

Conversation

miss-islington commented Nov 5, 2025
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

Add documentation for each of the following:

  • PyByteArrayIter_Type
  • PyBytesIter_Type
  • PyListIter_Type
  • PyListRevIter_Type
  • PySetIter_Type
  • PyTupleIter_Type
  • PyRangeIter_Type
  • PyLongRangeIter_Type
  • PyDictIterKey_Type
  • PyDictRevIterKey_Type
  • PyDictIterValue_Type
  • PyDictRevIterValue_Type
  • PyDictIterItem_Type
  • PyDictRevIterItem_Type

(cherry picked from commit 35528fc)

Co-authored-by: Peter Bierma zintensitydev@gmail.com
Co-authored-by: Petr Viktorin encukou@gmail.com


📚 Documentation preview 📚: https://cpython-previews--141046.org.readthedocs.build/

…GH-141010)

Add documentation for each of the following:

- PyByteArrayIter_Type
- PyBytesIter_Type
- PyListIter_Type
- PyListRevIter_Type
- PySetIter_Type
- PyTupleIter_Type
- PyRangeIter_Type
- PyLongRangeIter_Type
- PyDictIterKey_Type
- PyDictRevIterKey_Type
- PyDictIterValue_Type
- PyDictRevIterValue_Type
- PyDictIterItem_Type
- PyDictRevIterItem_Type

---------
(cherry picked from commit 35528fc)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
bedevere-app Bot added skip news awaiting review docs Documentation in the Doc dir labels Nov 5, 2025
github-project-automation Bot moved this to Todo in Docs PRs Nov 5, 2025
ZeroIntensity enabled auto-merge (squash) November 5, 2025 14:17
ZeroIntensity merged commit 39ca786 into python:3.14 Nov 5, 2025
36 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Nov 5, 2025
miss-islington deleted the backport-35528fc-3.14 branch January 2, 2026 17:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL