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 46343c7471
use _hooks[:] instead of calling .copy()
5 years ago
.github/workflows remove building on windows 5 years ago
sysaudit use _hooks[:] instead of calling .copy() 5 years ago
.gitignore initial prototype 6 years ago
README.md initial prototype 6 years ago
build.py convert to Poetry and Cython 5 years ago
poetry.lock remove mypy dependency 5 years ago
pyproject.toml remove mypy dependency 5 years ago

README.md

sysaudit

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

This module provides the audit hooking mechanisms and some helpers to help library developers usage of sys.audit.

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