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``.
|