]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 14 Mar 2022 11:54:13 +0000 (13:54 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 11:54:13 +0000 (13:54 +0200)
commit9523c0d84f351a610dc651b234461eb015fa3b82
tree5f6f6bed4353eb9c149f65ab2dc95db12d378db3
parent2153daf0a02a598ed5df93f2f224c1ab2a2cca0d
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
13 files changed:
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-task.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/taskgroups.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_taskgroups.py
Lib/test/test_asyncio/test_tasks.py
Lib/unittest/async_case.py
Lib/unittest/test/test_async_case.py
Misc/NEWS.d/next/Library/2022-03-12-12-34-13.bpo-46994.d7hPdz.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h