From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 15 Jun 2025 18:55:24 +0000 (+0200) Subject: [3.14] gh-135361: update documentation for `remote_debugger_script` audit event ... X-Git-Tag: v3.14.0b3~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e00aef6c813c88ed427663112a79802e72c3e1b5;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-135361: update documentation for `remote_debugger_script` audit event (GH-135362) (#135546) --- 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