Skip to content

add eager_start parameter to loop.create_task #128307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
graingert opened this issue Dec 28, 2024 · 1 comment
Closed

add eager_start parameter to loop.create_task #128307

graingert opened this issue Dec 28, 2024 · 1 comment
Labels
stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement

Comments

@graingert
Copy link
Contributor

graingert commented Dec 28, 2024

@graingert graingert added the type-feature A feature request or enhancement label Dec 28, 2024
@graingert graingert changed the title add start_eager parameter to create_task add start_eager parameter to asyncio.create_task Dec 28, 2024
@picnixz picnixz added stdlib Python modules in the Lib dir topic-asyncio labels Dec 28, 2024
@github-project-automation github-project-automation bot moved this to Todo in asyncio Dec 28, 2024
@graingert graingert changed the title add start_eager parameter to asyncio.create_task add eager_start parameter to asyncio.create_task Dec 29, 2024
@graingert graingert changed the title add eager_start parameter to asyncio.create_task add eager_start parameter to asyncio.create_task, TaskGroup.create_task, and loop.create_task Dec 29, 2024
@graingert graingert changed the title add eager_start parameter to asyncio.create_task, TaskGroup.create_task, and loop.create_task add eager_start parameter to loop.create_task Jan 21, 2025
gvanrossum added a commit that referenced this issue May 5, 2025
…d various create_task functions (#128306)

Some create_task() functions were changed from `name=None, context=None` to `**kwargs`.

Co-authored-by: Guido van Rossum <[email protected]>
@gvanrossum
Copy link
Member

Closed by gh-128307.

@github-project-automation github-project-automation bot moved this from Todo to Done in asyncio May 5, 2025
graingert added a commit to graingert/cpython that referenced this issue May 19, 2025
kumaraditya303 pushed a commit that referenced this issue May 20, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 20, 2025
…changes of asyncio (pythonGH-134304)

(cherry picked from commit 28625d4)

Co-authored-by: Guido van Rossum <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
gvanrossum added a commit that referenced this issue 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 <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
gvanrossum added a commit to gvanrossum/cpython that referenced this issue May 20, 2025
gvanrossum added a commit to gvanrossum/cpython that referenced this issue May 20, 2025
…anges of asyncio (python#134304)

(It's complicated.)

Co-authored-by: Adam Turner <[email protected]>
gvanrossum added a commit that referenced this issue May 20, 2025
…of asyncio (#134304) (#134335)

(It's complicated.)

Co-authored-by: Adam Turner <[email protected]>
gvanrossum pushed a commit that referenced this issue May 22, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 22, 2025
…e_task, asyncio.create_task (pythonGH-134202)

(cherry picked from commit a3d0306)

Co-authored-by: Thomas Grainger <[email protected]>
kumaraditya303 pushed a commit that referenced this issue May 23, 2025
…te_task, asyncio.create_task (GH-134202) (#134553)

gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (GH-134202)
(cherry picked from commit a3d0306)

Co-authored-by: Thomas Grainger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement
Projects
Status: Done
Development

No branches or pull requests

3 participants