]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 22 Jul 2024 11:04:08 +0000 (13:04 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 11:04:08 +0000 (13:04 +0200)
commitdc93d1125f594ac7aece98558eaf33d09c348519
treedb2bc23e9e74df4a9ce22a872c2825418597f57b
parentcad11a2bdceb6d4683ae5654ce555cdf5f191217
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)

Relatedly, emit the `cpython.run_startup` event from the Python version of
`PYTHONSTARTUP` handling.
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