From 076f87468a570c2a5e2e68d06af0a5267eb81713 Mon Sep 17 00:00:00 2001 From: Nadeshiko Manju Date: Mon, 16 Jun 2025 02:49:49 +0800 Subject: [PATCH] gh-135361: update documentation for `remote_debugger_script` audit event (#135362) --- Doc/library/sys.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 55e442b20ff8..71f9999464ab 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1933,6 +1933,13 @@ always available. Unless explicitly noted otherwise, all variables are read-only interpreter is pre-release (alpha, beta, or release candidate) then the local and remote interpreters must be the same exact version. + .. audit-event:: remote_debugger_script script_path + + When the script is executed in the remote process, an + :ref:`auditing event ` + ``sys.remote_debugger_script`` is raised + with the path in the remote process. + .. availability:: Unix, Windows. .. versionadded:: 3.14 -- 2.47.3