-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
asyncio eager tasks' names are set too late #128308
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
The task name should be passed when calling the task factory itself otherwise the first eager execution misses the set name. |
We should probably just pass the **kwargs without inspection |
Feel free to propose an PR. |
graingert
added a commit
to graingert/cpython
that referenced
this issue
Jan 13, 2025
graingert
added a commit
to graingert/cpython
that referenced
this issue
Jan 13, 2025
@kumaraditya303 I've proposed a PR |
kumaraditya303
added a commit
that referenced
this issue
Jan 20, 2025
Co-authored-by: Kumar Aditya <[email protected]>
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 21, 2025
Co-authored-by: Kumar Aditya <[email protected]>
asvetlov
pushed a commit
to asvetlov/cpython
that referenced
this issue
Feb 13, 2025
…onGH-128768) (cherry picked from commit 38a9956) Co-authored-by: Thomas Grainger <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
kumaraditya303
added a commit
that referenced
this issue
Feb 14, 2025
…#130084) * [3.13] gh-128308: pass `**kwargs` to asyncio task_factory (GH-128768) (cherry picked from commit 38a9956) Co-authored-by: Thomas Grainger <[email protected]> Co-authored-by: Kumar Aditya <[email protected]> --------- Co-authored-by: Thomas Grainger <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
kumaraditya303
added a commit
to kumaraditya303/cpython
that referenced
this issue
May 10, 2025
…ry (pythonGH-128768) (python#130084)" This reverts commit 7b0543e.
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.
Bug report
Bug description:
consider:
this outputs:
but it should output:
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
**kwargs
to asyncio task_factory (GH-128768) #130084**kwargs
to asyncio task_factory (GH-128768) (#130084)" #133808The text was updated successfully, but these errors were encountered: