8000 gh-135361: update documentation for `remote_debugger_script` audit ev… · lkollar/cpython@204084c · GitHub
[go: up one dir, main page]

Skip to content

Commit 204084c

Browse files
Zheaolilkollar
authored andcommitted
pythongh-135361: update documentation for remote_debugger_script audit event (python#135362)
1 parent e984bf9 commit 204084c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/library/sys.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,13 @@ always available. Unless explicitly noted otherwise, all variables are read-only
19331933
interpreter is pre-release (alpha, beta, or release candidate) then the
19341934
local and remote interpreters must be the same exact version.
19351935

1936+
.. audit-event:: remote_debugger_script script_path
1937+
1938+
When the script is executed in the remote process, an
1939+
:ref:`auditing event <auditing>`
1940+
``sys.remote_debugger_script`` is raised
1941+
with the path in the remote process.
1942+
19361943
.. availability:: Unix, Windows.
19371944
.. versionadded:: 3.14
19381945

0 commit comments

Comments
 (0)
0