gh-91048: Add ability to list all pending asyncio tasks in a process … · python/cpython@c9bc458 · GitHub
Skip to content

Commit c9bc458

Browse files
authored
gh-91048: Add ability to list all pending asyncio tasks in a process remotely (#132807)
1 parent 926ff69 commit c9bc458

4 files changed

Lines changed: 398 additions & 1 deletion

File tree

Lib/test/test_external_inspection.py

Lines changed: 122 additions & 1 deletion
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add ability to externally inspect all pending asyncio tasks, even if no task
2+
is currently entered on the event loop.

Modules/_asynciomodule.c

Lines changed: 12 additions & 0 deletions

0 commit comments

Comments
 (0)