-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
Labels
Comments
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]>
Closed by gh-128307. |
graingert
added a commit
to graingert/cpython
that referenced
this issue
May 19, 2025
This was referenced May 19, 2025
Merged
kumaraditya303
pushed a commit
that referenced
this issue
May 20, 2025
…s of asyncio (#134304) Co-authored-by: Adam Turner <[email protected]>
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
…changes of asyncio (python#134304) Co-authored-by: Adam Turner <[email protected]>
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]>
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
We want to be able to opt in and opt out of eager tasks anywhere in the asyncio call stack, eg in some asyncio library, and not rely on some other asyncio framework setting the default.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
https://discuss.python.org/t/make-asyncio-eager-task-factory-default/75164/10
Linked PRs
The text was updated successfully, but these errors were encountered: