Skip to content

gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs - #155133

Merged
kumaraditya303 merged 1 commit into
python:mainfrom
kumaraditya303:gh-104091-suggest-taskgroup
Aug 4, 2026
Merged

gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs#155133
kumaraditya303 merged 1 commit into
python:mainfrom
kumaraditya303:gh-104091-suggest-taskgroup

Conversation

@kumaraditya303

@kumaraditya303 kumaraditya303 commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Aug 3, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Aug 3, 2026
@kumaraditya303 kumaraditya303 added topic-asyncio needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Aug 3, 2026
@kumaraditya303
kumaraditya303 enabled auto-merge (squash) August 3, 2026 18:05
@kumaraditya303
kumaraditya303 disabled auto-merge August 3, 2026 18:05
@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33893388 | 📁 Comparing 68cd546 against main (1617cbe)

  🔍 Preview build  

2 files changed
± library/asyncio-stream.html
± library/asyncio-task.html

@kumaraditya303
kumaraditya303 merged commit 36250a9 into python:main Aug 4, 2026
43 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Aug 4, 2026
@miss-islington-app

Copy link
Copy Markdown

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

@kumaraditya303
kumaraditya303 deleted the gh-104091-suggest-taskgroup branch August 4, 2026 06:30
@bedevere-app

bedevere-app Bot commented Aug 4, 2026

Copy link
Copy Markdown

GH-155147 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 4, 2026
@bedevere-app

bedevere-app Bot commented Aug 4, 2026

Copy link
Copy Markdown

GH-155148 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 4, 2026
@bedevere-app

bedevere-app Bot commented Aug 4, 2026

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Aug 4, 2026
Yhg1s pushed a commit that referenced this pull request Aug 4, 2026
…syncio.create_task() docs (GH-155133) (#155149)

gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (GH-155133)
(cherry picked from commit 36250a9)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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 topic-asyncio

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

create_task() recommendation seems like bad practice

1 participant