]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139109: JIT _EXIT_TRACE to ENTER_EXECUTOR rather than _DEOPT (GH-141573)
authorKen Jin <kenjin@python.org>
Sat, 15 Nov 2025 20:19:41 +0000 (04:19 +0800)
committerGitHub <noreply@github.com>
Sat, 15 Nov 2025 20:19:41 +0000 (20:19 +0000)
commited73c909f278a1eb558b120ef8ed2c0f8528bf58
tree71ceb17e979080329a973413127649d89bec2195
parent85f3009d7504ddcc01de715c494067e89c16303c
gh-139109: JIT _EXIT_TRACE to ENTER_EXECUTOR rather than _DEOPT (GH-141573)
Include/internal/pycore_optimizer.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c