Backport module for sys.audit and sys.addaudithook mechanism
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brett Langdon 152f4b5c67
update readme
5 years ago
.github/workflows only run tests on linux 5 years ago
sysaudit ignore .c files 5 years ago
tests fix up failing test 5 years ago
.gitignore ignore .c files 5 years ago
README.md update readme 5 years ago
build.py convert to Poetry and Cython 5 years ago
poetry.lock add sys audit test suite from CPython 5 years ago
pyproject.toml add sys audit test suite from CPython 5 years ago

README.md

sysaudit

Backport module of sys.audit and sys.addaudithook from Python 3.8.

Note: This module does not backport any of the built-in audit events.