]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
authorNadeshiko Manju <me@manjusaka.me>
Thu, 19 Jun 2025 20:23:38 +0000 (04:23 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 20:23:38 +0000 (21:23 +0100)
commit1ddfe593200fec992d283a9b4d6ad2f1b535c018
treea2e98617d5ef33e5c69012850cd73c4c165ef907
parentbb9596fcfa50eac31c728b23a614bcbbf0386cd9
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
Doc/library/sys.rst
Lib/test/audit-tests.py
Lib/test/support/__init__.py
Lib/test/test_audit.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-16-02-31-42.gh-issue-135543.6b0HOF.rst [new file with mode: 0644]
Python/ceval_gil.c
Python/sysmodule.c