]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix INTERPRETER_EXIT tracing
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 28 Oct 2025 22:13:19 +0000 (22:13 +0000)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 28 Oct 2025 22:13:19 +0000 (22:13 +0000)
commit692a992f026f33bd4284cefbe584aedac6f37212
tree3933449c20fa4501eecf489abee0c35ee9768436
parentda6605858b6604d3826056cce047696ed581fc3f
Fix INTERPRETER_EXIT tracing
12 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_code.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Python/bytecodes.c
Python/ceval.c
Python/generated_cases.c.h
Python/optimizer.c
Python/specialize.c