]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
JIT: don't leak shim memory when shutting down the interpreter (#142984)
authorDiego Russo <diego.russo@arm.com>
Tue, 23 Dec 2025 17:50:00 +0000 (17:50 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 17:50:00 +0000 (17:50 +0000)
commit450e836aefd5973fb1ecc130dafa9055d122838f
treef1a96c7dd8915cf2a3245ba6debf6c77c64840a6
parent20aeb3a4631beebd255781ba4932b53011edb011
JIT: don't leak shim memory when shutting down the interpreter (#142984)
Include/internal/pycore_jit.h
Python/jit.c
Python/pylifecycle.c