]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (#152022)
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Wed, 24 Jun 2026 12:21:42 +0000 (15:21 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:21:42 +0000 (17:51 +0530)
commitad2cabfccb539dd23f9a17907bd63913013cb1e3
treef1f7d04979bb98f068dff45e1eb7cf21e3d9f7e6
parentc61307222e18bfa06691d53e3ad336c46f432de0
gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (#152022)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_asyncio/test_free_threading.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-23-19-50-22.gh-issue-152020.DTKXjR.rst [new file with mode: 0644]
Modules/_asynciomodule.c