cpython/Programs
Victor Stinner bb057b3370
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().
2023-10-05 21:59:35 +00:00
..
_bootstrap_python.c GH-108716: Turn off deep-freezing of code objects. (GH-108722) 2023-09-08 10:34:40 +01:00
_freeze_module.c GH-108716: Turn off deep-freezing of code objects. (GH-108722) 2023-09-08 10:34:40 +01:00
_freeze_module.py
_testembed.c gh-85283: Add PySys_AuditTuple() function (#108965) 2023-10-05 21:59:35 +00:00
freeze_test_frozenmain.py
python.c
README
test_frozenmain.h GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300) 2023-09-13 10:25:45 -07:00
test_frozenmain.py

Source files for binary executables (as opposed to shared modules)