-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-135543: emit sys.remote_exec
audit event when sys.remote_exec
has been called
#135544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…c has been called Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
Misc/NEWS.d/next/Core_and_Builtins/2025-06-16-02-31-42.gh-issue-135543.6b0HOF.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
…e-135543.6b0HOF.rst Co-authored-by: Victor Stinner <vstinner@python.org>
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
… manjusaka/fix135543
@vstinner @sobolevn @pablogsal I have updated the test. PTAL when you got time |
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
@vstinner I have fix the review idea. PTAL when you got time. BTW https://github.com/python/cpython/actions/runs/15710806342/job/44268135397?pr=135544 seems unrelated failed. Would you mind rerunning it for me? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, I like the updated code. Another review.
Co-authored-by: Victor Stinner <vstinner@python.org>
Signed-off-by: Manjusaka <me@manjusaka.me>
@vstinner PTAL when you got time (lol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@pablogsal: what do you think?
Signed-off-by: Manjusaka <me@manjusaka.me>
@vstinner sorry about this, I update a little bit of code. PTAL |
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
I am ok with this 👍 |
Signed-off-by: Manjusaka <me@manjusaka.me>
@zooba I have updated my PR. PTAL |
LGTM, and I don't think the changes are significant since others signed off, so I'll merge. |
…c is called (pythonGH-135544) (cherry picked from commit 1ddfe59) Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
GH-135732 is a backport of this pull request to the 3.14 branch. |
Fix #135543
sys.remote_exec()
#135543📚 Documentation preview 📚: https://cpython-previews--135544.org.readthedocs.build/