]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asynci...
authorKaisheng Xu <iaalmsimon@gmail.com>
Sat, 6 Dec 2025 19:33:25 +0000 (03:33 +0800)
committerGitHub <noreply@github.com>
Sat, 6 Dec 2025 19:33:25 +0000 (19:33 +0000)
commit14715e3a64a674629c781d4a3dd11143ba010990
treee6de2e5d2006b44d9f370eca8d690c03c57e238d
parent56a442d0d893e41382dc740c50edc96df20d62f0
gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (#141696)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-11-18-15-48-13.gh-issue-105836.sbUw24.rst [new file with mode: 0644]