]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128002: fix `asyncio.all_tasks` against concurrent deallocations of tasks (#128541)
authorKumar Aditya <kumaraditya@python.org>
Thu, 9 Jan 2025 15:56:00 +0000 (21:26 +0530)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2025 15:56:00 +0000 (21:26 +0530)
commit7dc41ad6a7826ffc675f088972de96624917696e
tree9d7242cfe9cf1346deff00193abfa5544c6003d3
parentb725297cee9e5608b709f3c7291d974c97f68fff
gh-128002: fix `asyncio.all_tasks` against concurrent deallocations of tasks (#128541)
Include/internal/pycore_object.h
Modules/_asynciomodule.c