]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task implementat...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 13 Mar 2022 16:34:46 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Mar 2022 16:34:46 +0000 (18:34 +0200)
commit7e473e94a52024ac821dd2f206290423e4987ead
treeb3038fa3d4e7a8a3a21dee1d28614a849ad6b9f8
parent3543ddb4c4ebc26fb2d6c67a97e66f5267876f72
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task implementations (GH-31838)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2022-03-12-13-50-42.bpo-46995.2kdNDg.rst [new file with mode: 0644]