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 219670e commit f3dc377Copy full SHA for f3dc377
1 file changed
Misc/NEWS.d/next/Library/2025-07-06-18-38-10.gh-issue-135953.Z29DCz.rst
@@ -1,7 +1,7 @@
1
Implement a new high-frequency runtime profiler that leverages the existing
2
-:mod:`_remote_debugging` module to collect detailed execution statistics
+remote debugging functionality to collect detailed execution statistics
3
from running Python processes. This tool is exposed in the
4
-:mod:`profile.sample` module and enables non-intrusive observation of
+``profile.sample`` module and enables non-intrusive observation of
5
production applications by attaching to already-running processes without
6
requiring any code modifications, restarts, or special startup flags. The
7
observer can perform extremely high-frequency sampling of stack traces and
0 commit comments