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 30b8aa5 commit 81a8e55Copy full SHA for 81a8e55
1 file changed
Misc/NEWS.d/next/Library/2026-04-13-21-38-50.gh-issue-144881.3kPqXw.rst
@@ -0,0 +1,4 @@
1
+:mod:`asyncio` debugging tools (``python -m asyncio ps`` and ``pstree``)
2
+now retry automatically on transient errors that can occur when attaching
3
+to a process under active thread delegation. The number of retries can be
4
+controlled with the ``--retries`` flag.
0 commit comments