]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
authorMark Shannon <mark@hotpy.org>
Mon, 7 Nov 2022 14:49:51 +0000 (06:49 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 14:49:51 +0000 (14:49 +0000)
commit4a1c58d504a49eeb9be7beef3ca861a9d6b28ede
tree8c5245a6a3a19a311d0d5a31723da1225a2c6795
parent80c08d1cd67afdd1336c65ba23a044b6ac490f33
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
13 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_frame.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/opcode.py
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2022-10-28-09-42-51.gh-issue-96793.ucBfWO.rst [new file with mode: 0644]
Objects/genobject.c
Python/bytecodes.c
Python/ceval.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c