gh-156988: Fix asyncio call graph loss at sync generators by deadlovelll · Pull Request #156991 · python/cpython · GitHub
Skip to content

gh-156988: Fix asyncio call graph loss at sync generators - #156991

Merged
kumaraditya303 merged 2 commits into
python:mainfrom
deadlovelll:gh-156988-sync-gen
Sep 5, 2026
Merged

gh-156988: Fix asyncio call graph loss at sync generators#156991
kumaraditya303 merged 2 commits into
python:mainfrom
deadlovelll:gh-156988-sync-gen

Conversation

@deadlovelll

Copy link
Copy Markdown
Contributor

Fix asyncio call graph loss at sync generators

For more details see gh-156988

Comment thread Lib/asyncio/graph.py Outdated
@kumaraditya303 kumaraditya303 added topic-asyncio needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Sep 5, 2026
@kumaraditya303
kumaraditya303 enabled auto-merge (squash) September 5, 2026 16:48
@kumaraditya303
kumaraditya303 merged commit e208bf0 into python:main Sep 5, 2026
61 checks passed
@miss-islington-app

Copy link
Copy Markdown

@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 e208bf0dda73b8e5a32af154f448e68ad11b26b7 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 e208bf0dda73b8e5a32af154f448e68ad11b26b7 3.14

@deadlovelll

Copy link
Copy Markdown
Contributor Author

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

Labels

needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes topic-asyncio

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants