We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9892044 commit d1a5d17Copy full SHA for d1a5d17
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-06-12-18-12-42.gh-issue-135371.R_YUtR.rst
@@ -0,0 +1,4 @@
1
+Fixed :mod:asyncio debugging tools to properly display internal coroutine
2
+call stacks alongside external task dependencies. The ``python -m asyncio
3
+ps`` and ``python -m asyncio pstree`` commands now show complete execution
4
+context. Patch by Pablo Galindo.
0 commit comments