]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91048: Add ability to list all pending asyncio tasks in a process remotely (#132807)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 23 Apr 2025 17:22:29 +0000 (19:22 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 17:22:29 +0000 (18:22 +0100)
commitc9bc458d307f9b8a97ffb3e19f630b23744fa96c
tree89116ce8306cebff44fb601a61bda4989fc9eb6b
parent926ff69f3f59c97a73b90dbaa0842b14339bf66d
gh-91048: Add ability to list all pending asyncio tasks in a process remotely (#132807)
Lib/test/test_external_inspection.py
Misc/NEWS.d/next/Tests/2025-04-23-12-40-27.gh-issue-91048.WJQCdV.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/_testexternalinspection.c