Skip to content

gh-142994, gh-142996: document missing async generator and coroutine field entries in inspect - #142997

Merged
picnixz merged 6 commits into
python:mainfrom
fatelei:issue-142996
Dec 28, 2025
Merged

gh-142994, gh-142996: document missing async generator and coroutine field entries in inspect#142997
picnixz merged 6 commits into
python:mainfrom
fatelei:issue-142996

Conversation

@fatelei

@fateleifatelei commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

@x42005e1f

Copy link
Copy Markdown

It should also be specified as a change (in 3.12) below the table. An example of this is the existing entry for cr_origin. Related: #142994.

@fatelei

Copy link
Copy Markdown
ContributorAuthor

It should also be specified as a change (in 3.12) below the table. An example of this is the existing entry for cr_origin. Related: #142994.

update changelog

Comment threadDoc/library/inspect.rst Outdated
Comment threadDoc/library/inspect.rst

@StanFromIrelandStanFromIreland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@picnixzpicnixz added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Dec 27, 2025
picnixz
picnixz previously approved these changes Dec 27, 2025
Comment threadDoc/library/inspect.rst Outdated
@picnixz
picnixz dismissed their stale reviewDecember 27, 2025 18:28

pending changes

@picnixzpicnixz changed the title gh-142996: Add missing async generator field entries in inspect’s documentationgh-142994, gh-142996: Add missing async generator field entries in inspect’s documentationDec 27, 2025
@picnixzpicnixz changed the title gh-142994, gh-142996: Add missing async generator field entries in inspect’s documentationgh-142994, gh-142996: document missing async generator and coroutine field entries in inspect (#142997)Dec 28, 2025
@picnixzpicnixz changed the title gh-142994, gh-142996: document missing async generator and coroutine field entries in inspect (#142997)gh-142994, gh-142996: document missing async generator and coroutine field entries in inspectDec 28, 2025
@picnixz
picnixz merged commit 0efbad6 into python:mainDec 28, 2025
32 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsDec 28, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @fatelei for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 28, 2025
…d coroutine field entries in `inspect` (pythonGH-142997)
(cherry picked from commit 0efbad6)
Co-authored-by: wangxiaolei <fatelei@gmail.com>
@miss-islington-app

Copy link
Copy Markdown

Sorry, @fatelei and @picnixz, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0efbad60e13cbc8b27a5ca3a5d9afcdcc957b19e 3.13

@bedevere-app

Copy link
Copy Markdown

GH-143258 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Dec 28, 2025
picnixz pushed a commit that referenced this pull request Dec 28, 2025
…outine field entries in `inspect` (GH-142997) (#143258)
gh-142994, gh-142996: document missing async generator and coroutine field entries in `inspect` (GH-142997)
(cherry picked from commit 0efbad6)
Co-authored-by: wangxiaolei <fatelei@gmail.com>
@picnixz

Copy link
Copy Markdown
Member

@fatelei Can you take care of the backport to 3.13 please?

@fatelei

Copy link
Copy Markdown
ContributorAuthor

@fatelei Can you take care of the backport to 3.13 please?

how to do? i am not familiar with it, create a new pr ?

@picnixz

picnixz commented Dec 29, 2025

Copy link
Copy Markdown
Member

Sorry, @fatelei and @picnixz, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0efbad60e13cbc8b27a5ca3a5d9afcdcc957b19e 3.13

Please follow those instructions.

If you are still unsure I will take care of it.

@bedevere-app

Copy link
Copy Markdown

GH-143287 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Dec 30, 2025
picnixz added a commit that referenced this pull request Dec 30, 2025
…outine field entries in `inspect` (GH-142997) (#143287)
(cherry picked from commit 0efbad6)
Co-authored-by: wangxiaolei <fatelei@gmail.com>
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request Feb 15, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants

@fatelei@x42005e1f@picnixz@StanFromIreland