]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128307: Support eager_start=<bool> in create_eager_task_factory and various creat...
authorThomas Grainger <tagrain@gmail.com>
Mon, 5 May 2025 04:58:07 +0000 (05:58 +0100)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 04:58:07 +0000 (04:58 +0000)
commit08d7687094c6acb8c2ea1925a292a94ce1246c82
treebaa7ba9c05f6a3c1f7577b844e18c73e6fded6ec
parentc4cc5d58aee6a3be55a95efee6ec25d5774f7b5f
gh-128307:  Support eager_start=<bool> in create_eager_task_factory and various create_task functions (#128306)

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

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/taskgroups.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_eager_task_factory.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2024-12-28-11-01-36.gh-issue-128307.BRCYTA.rst [new file with mode: 0644]