]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:45:50 +0000 (15:45 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Dec 2025 14:45:50 +0000 (20:15 +0530)
commitb2fff0ea858077a7bbd336e27ae3bd3d25163da2
treeb3db1336dc318dfea75386d4ff4d24d02c7f10da
parent85f48038aac108e0a2434ae88819a6c94e1ea3af
[3.13] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696) (#142359)

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]