]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135361: update documentation for `remote_debugger_script` audit event (#135362)
authorNadeshiko Manju <me@manjusaka.me>
Sun, 15 Jun 2025 18:49:49 +0000 (02:49 +0800)
committerGitHub <noreply@github.com>
Sun, 15 Jun 2025 18:49:49 +0000 (20:49 +0200)
Doc/library/sys.rst

index 55e442b20ff877500ad0490542e67bbe29f09cba..71f9999464ab524437383acaf6f03b548c7edb16 100644 (file)
@@ -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 <auditing>`
+      ``sys.remote_debugger_script`` is raised
+      with the path in the remote process.
+
    .. availability:: Unix, Windows.
    .. versionadded:: 3.14