mirror of
https://github.com/python/cpython.git
synced 2026-02-17 12:51:12 +00:00
[3.14] gh-135361: update documentation for remote_debugger_script audit event (GH-135362) (#135546)
This commit is contained in:
parent
f8f99b1cfc
commit
e00aef6c81
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue