]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
authorKen Jin <kenjin@python.org>
Fri, 9 Dec 2022 10:27:01 +0000 (18:27 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2022 10:27:01 +0000 (10:27 +0000)
commit748c6c0921ee02a19e01a35f03ce5f4d9cfde5a6
treedf269e2c07729851f0f02e77713c140c0db15064
parent0448deac70be94792616c0fb0c9cb524de9a09b8
GH-100110: Specialize FOR_ITER for tuples (GH-100109)

* Specialize FOR_ITER for tuples
Include/internal/pycore_opcode.h
Include/internal/pycore_tuple.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-12-08-12-26-34.gh-issue-100110.ertac-.rst [new file with mode: 0644]
Objects/tupleobject.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c