Skip to content

gh-128307: Update what's new in 3.13 and 3.14 with create_task changes - #134304

Merged
kumaraditya303 merged 3 commits into
python:mainfrom
gvanrossum:whatsnew
May 20, 2025
Merged

gh-128307: Update what's new in 3.13 and 3.14 with create_task changes#134304
kumaraditya303 merged 3 commits into
python:mainfrom
gvanrossum:whatsnew

Conversation

@gvanrossum

@gvanrossumgvanrossum commented May 20, 2025

Copy link
Copy Markdown
Member

Note: there are more updates to the docs of the individual create_task function/methods, see gh-134202.


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

This comment was marked as resolved.

Comment threadDoc/whatsnew/3.13.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@kumaraditya303
kumaraditya303 merged commit 28625d4 into python:mainMay 20, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsMay 20, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @gvanrossum for the PR, and @kumaraditya303 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 May 20, 2025
…changes of asyncio (pythonGH-134304)
(cherry picked from commit 28625d4)
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@miss-islington-app

Copy link
Copy Markdown

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

cherry_picker 28625d4f956f8d30671aba1daaac9735932983db 3.13

@bedevere-app

Copy link
Copy Markdown

GH-134319 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 May 20, 2025
@gvanrossum
gvanrossum deleted the whatsnew branch May 20, 2025 12:52
gvanrossum added a commit that referenced this pull request May 20, 2025
… changes of asyncio (GH-134304) (#134319)
gh-128307: Update what's new in 3.13 and 3.14 with create_task changes of asyncio (GH-134304)
(cherry picked from commit 28625d4)
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
gvanrossum added a commit to gvanrossum/cpython that referenced this pull request May 20, 2025
…changes of asyncio (python#134304)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
gvanrossum added a commit to gvanrossum/cpython that referenced this pull request May 20, 2025
…anges of asyncio (python#134304)
(It's complicated.)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-134335 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 May 20, 2025
gvanrossum added a commit that referenced this pull request May 20, 2025
…of asyncio (#134304) (#134335)
(It's complicated.)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
…changes of asyncio (python#134304)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
…changes of asyncio (python#134304)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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.

6 participants

@gvanrossum@graingert@AA-Turner@kumaraditya303@gvanrossum-ms