summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security/2024-07-18-13-17-47.gh-issue-121957.QemKLU.rst
blob: 49ccc5e14633cd3e815e9959453a5a90010a972f (plain)
1
2
3
Fixed missing audit events around interactive use of Python, now also
properly firing for ``python -i``, as well as for ``python -m asyncio``. The
events in question are ``cpython.run_stdin`` and ``cpython.run_startup``.