]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH...
authorKen Jin <kenjin@python.org>
Fri, 20 Jun 2025 07:24:25 +0000 (15:24 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Jun 2025 07:24:25 +0000 (15:24 +0800)
commit60fc42c1693b0949ab17255427037c8b98487162
tree2d4d306469f8cb6a718ab21c7f9e470d0c05439b
parent203753b4bbfa42d18320fdd151e678af4afa1c5a
[3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739)

gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613)

Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-17-12-50-48.gh-issue-135608.PnHckD.rst [new file with mode: 0644]
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h