]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 24 Jun 2024 09:23:38 +0000 (10:23 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 09:23:38 +0000 (10:23 +0100)
commit65a12c559cbc13c2c5a4aa65c76310bd8d2051a7
treeb244c6b535201b29b5e5e1ecaede6bc89ad4170f
parentc38e2f64d012929168dfef7363c9e48bd1a6c731
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
12 files changed:
Include/cpython/genobject.h
Include/internal/pycore_frame.h
Include/internal/pycore_genobject.h
Include/internal/pycore_interp.h
Objects/frameobject.c
Objects/genobject.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/frame.c
Python/generated_cases.c.h
Python/pylifecycle.c