]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Dec 2025 14:46:05 +0000 (15:46 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Dec 2025 14:46:05 +0000 (20:16 +0530)
commit5d5d92b62fdf76465d95b8ce01c662bdbbfc595c
tree7fed290bc781bb850ddb9a18723969e0d6e7a8ce
parent43f696d942708e059c1400d521d1170a3f9b6af9
[3.14] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696) (#142358)

gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696)
(cherry picked from commit 14715e3a64a674629c781d4a3dd11143ba010990)

Co-authored-by: Kaisheng Xu <iaalmsimon@gmail.com>
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]