]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144681: Fix JIT trace builder assertion failure when conditional branch jump targe...
authorHai Zhu <haiizhu@outlook.com>
Tue, 10 Mar 2026 04:12:48 +0000 (12:12 +0800)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 04:12:48 +0000 (12:12 +0800)
commit66eafc9ea74e5233f2c46b424729d6dadfbb3111
treeaea3c47914aaf61c27c051ae0801021f2fbd9754
parent099943b122cda2548ad7e9cb4b327706929af7d0
gh-144681: Fix JIT trace builder assertion failure when conditional branch jump target coincides with fallthrough target (GH-144742)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-12-12-39-50.gh-issue-144681.Ns2OT2.rst [new file with mode: 0644]
Python/optimizer.c