Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.8] gh-121957: Emit audit events for python -i and python -m asyncio #122121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove references to 3.9
  • Loading branch information
ambv committed Jul 22, 2024
commit d20da09227884bcd3ad7b32e8d4bb1b55996b577
2 changes: 1 addition & 1 deletion Doc/library/asyncio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can experiment with an ``asyncio`` concurrent context in the REPL:

.. audit-event:: cpython.run_stdin "" ""

.. versionchanged:: 3.9.20 (also 3.8.20)
.. versionchanged:: 3.8.20
Emits audit events.

.. We use the "rubric" directive here to avoid creating
Expand Down
2 changes: 1 addition & 1 deletion Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ conflict.

.. audit-event:: cpython.run_stdin "" ""

.. versionchanged:: 3.9.20 (also 3.8.20)
.. versionchanged:: 3.8.20
Emits audit events.


Expand Down
Loading