diff options
author | Jamie <101677823+ordinary-jamie@users.noreply.github.com> | 2023-12-13 01:26:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 01:26:40 (GMT) |
commit | a3a1cb48456c809f7b1ab6a6ffe83e8b3f69be0f (patch) | |
tree | 3db53a3a61bae19902af9f2b962545ee96a88952 /Python/executor_cases.c.h | |
parent | c6e614fd81d7dca436fe640d63a307c7dc9f6f3b (diff) | |
download | cpython-a3a1cb48456c809f7b1ab6a6ffe83e8b3f69be0f.zip cpython-a3a1cb48456c809f7b1ab6a6ffe83e8b3f69be0f.tar.gz cpython-a3a1cb48456c809f7b1ab6a6ffe83e8b3f69be0f.tar.bz2 |
gh-112622: Pass name to loop create_task method (#112623)
This affects task creation through either `asyncio.create_task()` or `TaskGroup.create_task()` -- the redundant call to `task.set_name()` is skipped. We still call `set_name()` when a task factory is involved, because the task factory call signature (unfortunately) doesn't take a `name` argument.
Diffstat (limited to 'Python/executor_cases.c.h')
0 files changed, 0 insertions, 0 deletions