]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (GH-15202...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 12:47:07 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:47:07 +0000 (12:47 +0000)
commitc3129e692f16a8e78fb69dfcf7b07c1577232d28
tree43e0206d0882a3f64bcc3a7cb911d2da12a57c43
parente8b34391e557b44a6f836dff2bfb61769f7b2e39
[3.15] gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (GH-152022) (#152076)

gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (GH-152022)
(cherry picked from commit ad2cabfccb539dd23f9a17907bd63913013cb1e3)

Co-authored-by: Timofei <128279579+deadlovelll@users.noreply.github.com>
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