mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117)
This commit is contained in:
parent
6e9b3f79fe
commit
c1e834dd78
5 changed files with 22 additions and 1 deletions
|
@ -720,6 +720,11 @@ conflict.
|
|||
This variable can also be modified by Python code using :data:`os.environ`
|
||||
to force inspect mode on program termination.
|
||||
|
||||
.. audit-event:: cpython.run_stdin "" ""
|
||||
|
||||
.. versionchanged:: 3.12.5 (also 3.11.10, 3.10.15, 3.9.20, and 3.8.20)
|
||||
Emits audit events.
|
||||
|
||||
|
||||
.. envvar:: PYTHONUNBUFFERED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue