]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116381: Specialize CONTAINS_OP (GH-116385)
authorKen Jin <kenjin@python.org>
Wed, 6 Mar 2024 19:30:11 +0000 (03:30 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 19:30:11 +0000 (03:30 +0800)
commit7114cf20c015b99123b32c1ba4f5475b7a6c3a13
tree1c5392c31ac5d921cfb0b5856ff2df66cdfd4682
parent73807eb634315f70a464a18feaae33d9e065de09
gh-116381: Specialize CONTAINS_OP (GH-116385)

* Specialize CONTAINS_OP

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

* Add PyAPI_FUNC for JIT

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
21 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_list.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_setobject.h
Include/internal/pycore_tuple.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2024-03-05-22-00-58.gh-issue-116381.0Nq9iO.rst [new file with mode: 0644]
Objects/listobject.c
Objects/setobject.c
Objects/tupleobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_cases.c.h
Python/specialize.c