commit | bb057b337008626139d97269485b1dddf70ae427 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Oct 05 23:59:35 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 05 21:59:35 2023 +0000 |
tree | 72f3c3f1a9de9e5aff9926aba7c4def0c1053c44 | |
parent | aaf297c048694cd9652790f8b74e69f7ddadfbde [diff] |
gh-85283: Add PySys_AuditTuple() function (#108965) 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().