]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145064: Fix JIT assertion failure during CALL_ALLOC_AND_ENTER_INIT side exit...
authorHai Zhu <haiizhu@outlook.com>
Sun, 22 Feb 2026 18:46:03 +0000 (02:46 +0800)
committerGitHub <noreply@github.com>
Sun, 22 Feb 2026 18:46:03 +0000 (18:46 +0000)
commitfd01372d4e509b2cbec708adcf7cdf6f7c1c1298
tree3e4819e80a05c0ce253f2425d08ace089529d470
parent819ea3ca6836026bc611d0c8ea1cd5e95cbefc09
gh-145064:  Fix JIT assertion failure during CALL_ALLOC_AND_ENTER_INIT side exit (GH-145100)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-22-07-51-10.gh-issue-145064.iIMGKA.rst [new file with mode: 0644]
Python/optimizer.c