◐ Shell
clean mode source ↗

gh-85283: Add PySys_AuditTuple() function by vstinner · Pull Request #108965 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

serhiy-storchaka

serhiy-storchaka

zooba

serhiy-storchaka

sys.audit() now has assertions to check that the event argument is
not NULL and that the format argument does not use the "N" format.

Add tests on PySys_AuditTuple().

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
sys.audit() now has assertions to check that the event argument is
not NULL and that the format argument does not use the "N" format.

Add tests on PySys_AuditTuple().