gh-91048: Add ability to list all pending asyncio tasks in a process remotely by ambv · Pull Request #132807 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 122 additions & 1 deletion Lib/test/test_external_inspection.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add ability to externally inspect all pending asyncio tasks, even if no task
is currently entered on the event loop.
12 changes: 12 additions & 0 deletions Modules/_asynciomodule.c
Loading