]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128308: pass `**kwargs` to asyncio task_factory (GH-128768) (#130084)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 14 Feb 2025 16:34:17 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2025 16:34:17 +0000 (22:04 +0530)
commit7b0543ebe649aea11531e994289293f23f41064e
treed9a8a7fe9ad7715135da15667e2753d62a45d0c8
parent9e23e0ad2cc4267829388bc29688ac0c2bfb3604
[3.13] gh-128308: pass `**kwargs` to asyncio task_factory (GH-128768) (#130084)

* [3.13] gh-128308: pass `**kwargs` to asyncio task_factory (GH-128768)
(cherry picked from commit 38a99568763604ccec5d5027f0658100ad76876f)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
---------

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_eager_task_factory.py
Lib/test/test_asyncio/test_taskgroups.py
Misc/NEWS.d/next/Library/2025-01-13-07-54-32.gh-issue-128308.kYSDRF.rst [new file with mode: 0644]