mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[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 14715e3a64)
Co-authored-by: Kaisheng Xu <iaalmsimon@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This commit is contained in:
parent
85f48038aa
commit
b2fff0ea85
4 changed files with 29 additions and 2 deletions
|
|
@ -2074,6 +2074,7 @@ Xiang Zhang
|
|||
Robert Xiao
|
||||
Florent Xicluna
|
||||
Yanbo, Xie
|
||||
Kaisheng Xu
|
||||
Xinhang Xu
|
||||
Arnon Yaari
|
||||
Alakshendra Yadav
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
Fix :meth:`asyncio.run_coroutine_threadsafe` leaving underlying cancelled
|
||||
asyncio task running.
|
||||
Loading…
Add table
Add a link
Reference in a new issue