]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139109: Add terminator to JIT code when halting due to invalid dependencies ...
authorKen Jin <kenjin@python.org>
Mon, 22 Dec 2025 20:54:47 +0000 (04:54 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Dec 2025 20:54:47 +0000 (20:54 +0000)
commit665d2807a09df2bce3452ce2ee36e85299e863b7
tree4587f307cc4d5351c9e0a43dce5da11735e836cd
parent3c0888b25b4c1dc1dee6d0edf05d51d3cc24486e
gh-139109: Add terminator to JIT code when  halting due to invalid dependencies (#143033)

* Add terminator to JIT code when  halting due to invalid dependencies

* ðŸ“œðŸ¤– Added by blurb_it.

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Misc/NEWS.d/next/Core_and_Builtins/2025-12-21-00-25-26.gh-issue-139109.gwSsOL.rst [new file with mode: 0644]
Python/optimizer.c