]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Dec 2020 16:54:33 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Dec 2020 16:54:33 +0000 (18:54 +0200)
commit8a62887dfb4bb2835048780ad673362f7ee3c7bf
tree469a3cbfb619f39f812cbdc92432b42d7d550c6a
parent6a7fb9d31bce8590e30c44458d1fc1da4539743d
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)

It was used to implement now removed asyncio.Task.all_tasks().
Lib/asyncio/__init__.py
Lib/asyncio/tasks.py