]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120974: make `_asyncio.all_tasks` thread safe (#122801)
authorKumar Aditya <kumaraditya@python.org>
Sun, 11 Aug 2024 15:19:31 +0000 (20:49 +0530)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2024 15:19:31 +0000 (20:49 +0530)
commit3aaed083a3f5eb7e490495c460b3dc1ce7451ce8
treee23f6588f50341d3dc1e14c204a277e7c0bdb39b
parent363374cf69a7e2292fe3f1c6bedd199088958cc2
GH-120974: make `_asyncio.all_tasks` thread safe (#122801)

Make `_asyncio.all_tasks` thread safe, also changes state lock to use critical section.
Modules/_asynciomodule.c