]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 3 Nov 2023 10:01:36 +0000 (10:01 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2023 10:01:36 +0000 (10:01 +0000)
commitd49aba5a7a3c695213810a9f82715809c6332df2
treef949b9af90ff9d697ed2836efaea5b3b3e06e34c
parent7810b6981ac663b77bc9ee9dc4b1960ec6845ea7
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
16 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.13.rst
Include/internal/pycore_frame.h
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-11-02-14-49-19.gh-issue-111354.gIS3f-.rst [new file with mode: 0644]
Objects/frameobject.c
Objects/genobject.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_targets.h