]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121621: Use PyMutex for writes to asyncio state (#121622)
authorKen Jin <kenjin@python.org>
Sun, 14 Jul 2024 12:22:56 +0000 (20:22 +0800)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 12:22:56 +0000 (12:22 +0000)
commit5d6861ad06b524358f52603f242e7c0d57532a58
treee3d006406187c24b2bee7c6bd4717ece2a249927
parentbb802db8cfa35a88582be32fae05fe1cf8f237b1
gh-121621: Use PyMutex for writes to asyncio state (#121622)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Modules/_asynciomodule.c