]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 9 Apr 2025 21:32:21 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Apr 2025 21:32:21 +0000 (14:32 -0700)
commit20926c73b5cfebf954e16d79b5d683c95cfa61ad
tree3055b2e2b05b634e434b0f4ca54a0c45546133f0
parentd47584aae6fab1b767e2d2ea6611b9c0c3ff36e2
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
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
Misc/NEWS.d/next/Core_and_Builtins/2025-04-08-09-20-18.gh-issue-131798.Xp1mvN.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h