]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-12195...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Jul 2024 11:36:57 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 11:36:57 +0000 (13:36 +0200)
commit148beb6de904121350babeeee169ba0919a73371
treea5323770ce37a44bc534ec8ffd48f598a45741fa
parent82db81528c0e66d88d252e6a0eb4d9b1e686535a
[3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115)

Relatedly, emit the `cpython.run_startup` event from the Python version of
`PYTHONSTARTUP` handling.
(cherry picked from commit dc93d1125f594ac7aece98558eaf33d09c348519)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/asyncio.rst
Doc/using/cmdline.rst
Lib/_pyrepl/main.py
Lib/asyncio/__main__.py
Misc/NEWS.d/next/Security/2024-07-18-13-17-47.gh-issue-121957.QemKLU.rst [new file with mode: 0644]
Modules/main.c