]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128002: use `_PyObject_SetMaybeWeakref` when creating tasks in asyncio (#128885)
authorKumar Aditya <kumaraditya@python.org>
Fri, 24 Jan 2025 15:42:56 +0000 (21:12 +0530)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2025 15:42:56 +0000 (21:12 +0530)
commit8e0b36006c0b82e47e1cb5d367ec78532f21cee5
treea4db1aa102760d1666c30942e5f07b29686b1ead
parentfc6bc1e4e30c8995cc4f68e56e70686d84495048
gh-128002: use `_PyObject_SetMaybeWeakref` when creating tasks in asyncio (#128885)
Lib/test/test_asyncio/test_free_threading.py
Modules/_asynciomodule.c