]> 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)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Jun 2025 20:51:06 +0000 (22:51 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 20:51:06 +0000 (20:51 +0000)
commit0370cb42daa3035280ec5c6ef4967366314824f5
treefe179270347f2805d05388d93280a31f01243188
parent83e0ab17f62cb903e8b12420f342b807cc242bd7
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)

(cherry picked from commit 1ddfe593200fec992d283a9b4d6ad2f1b535c018)

Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
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