]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128002: simplify `asyncio.all_tasks` to use `PyList_Extend` instead of manual...
authorKumar Aditya <kumaraditya@python.org>
Mon, 10 Feb 2025 08:56:32 +0000 (14:26 +0530)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 08:56:32 +0000 (14:26 +0530)
commit7246b9124c8fd5bc722a14938343fbe1fff47f02
tree5490da422c66006678af15e158c59de778d92759
parent2abb6a4f139236545389672aef2a36a6b0862b71
gh-128002: simplify `asyncio.all_tasks` to use `PyList_Extend` instead of manual iteration (#129942)
Modules/_asynciomodule.c