mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
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().
Miscellaneous source files for the main Python shared library