]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105684: Require `asyncio.Task` implementations to support `set_name` method (...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 13 Jun 2023 06:06:40 +0000 (11:36 +0530)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 06:06:40 +0000 (06:06 +0000)
commit840d02f3f0cd341207db6d918ce7f0987be9952e
treebd456e3ea504d4a1e3ad0e270147d96d5f045b65
parent829ac13b69a2b53153e1b40670e6ef82f05130c1
GH-105684: Require `asyncio.Task` implementations to support `set_name` method (#105685)
Lib/asyncio/base_events.py
Lib/asyncio/taskgroups.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2023-06-12-10-40-38.gh-issue-105684.yiHkFD.rst [new file with mode: 0644]