Skip to content

gh-156408: Fix asyncio.print_call_graph() on a finished task - #156410

Merged
kumaraditya303 merged 1 commit into
python:mainfrom
deadlovelll:gh-156408-finished-task
Aug 29, 2026
Merged

gh-156408: Fix asyncio.print_call_graph() on a finished task#156410
kumaraditya303 merged 1 commit into
python:mainfrom
deadlovelll:gh-156408-finished-task

Conversation

@deadlovelll

Copy link
Copy Markdown
Contributor

Fix asyncio.print_call_graph() on a finished task

For more details see gh-156408

Comment thread Lib/asyncio/graph.py
@aisk aisk added needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Aug 28, 2026
@aisk

aisk commented Aug 28, 2026

Copy link
Copy Markdown
Member

asyncio.print_call_graph() is added in 3.14, so there is no need to backport it to 3.13.

@kumaraditya303
kumaraditya303 enabled auto-merge (squash) August 29, 2026 10:04
@kumaraditya303
kumaraditya303 merged commit 6c425f1 into python:main Aug 29, 2026
65 checks passed
@miss-islington-app

Copy link
Copy Markdown

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

@miss-islington-app

Copy link
Copy Markdown

Sorry, @deadlovelll and @kumaraditya303, I could not cleanly backport this to 3.15 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 6c425f1d18d3915cb32e3372647db24bad7ab92d 3.15

@miss-islington-app

Copy link
Copy Markdown

Sorry, @deadlovelll and @kumaraditya303, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 6c425f1d18d3915cb32e3372647db24bad7ab92d 3.14

@bedevere-app

bedevere-app Bot commented Aug 29, 2026

Copy link
Copy Markdown

GH-156563 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Aug 29, 2026
@bedevere-app

bedevere-app Bot commented Aug 29, 2026

Copy link
Copy Markdown

GH-156563 is a backport of this pull request to the 3.15 branch.

@bedevere-app

bedevere-app Bot commented Aug 29, 2026

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Aug 29, 2026
@deadlovelll

Copy link
Copy Markdown
Contributor Author

Sorry, @deadlovelll and @kumaraditya303, I could not cleanly backport this to 3.14 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker 6c425f1d18d3915cb32e3372647db24bad7ab92d 3.14

I'll take a look at what's wrong during the day and create manual bps

@aisk

aisk commented Aug 29, 2026

Copy link
Copy Markdown
Member

@deadlovelll I'm already backported this, see the bot's comment above.

@deadlovelll

Copy link
Copy Markdown
Contributor Author

@deadlovelll I'm already backported this, see the bot's comment above.

Thank you and sorry! i didn't notice that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants