]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613)
authorKen Jin <kenjin@python.org>
Fri, 20 Jun 2025 06:33:35 +0000 (14:33 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Jun 2025 06:33:35 +0000 (14:33 +0800)
commitb53b0c14da58b73955b8989e4a9ce19ea67db7a3
treec04b489fd790fc4420d9a6b8729ec0fb00b1dbcf
parentc8c13f8036051c2858956905769b7b9dfde4bbd7
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