]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: Split `_CHECK_AND_ALLOCATE_OBJECT` into smaller uops (GH-148433)
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Sun, 12 Apr 2026 18:31:24 +0000 (02:31 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 18:31:24 +0000 (02:31 +0800)
commit18d7d90ef9e6e99488168f35842b746fbe418def
treed9d5e677b10de91b5fcb222565d9cffb3831d7a9
parent6f7bb297db661c23eeec31fd3b9836a8c5adea14
gh-131798: Split `_CHECK_AND_ALLOCATE_OBJECT` into smaller uops (GH-148433)

Co-authored-by: Hai Zhu <haiizhu@outlook.com>
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h