]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH...
authorMark Shannon <mark@hotpy.org>
Wed, 14 Dec 2022 11:12:53 +0000 (11:12 +0000)
committerGitHub <noreply@github.com>
Wed, 14 Dec 2022 11:12:53 +0000 (11:12 +0000)
commit6997e77bdf2297375962aaf82876da4e7ecdd61a
tree7f6540eecbb66fd373b22e944163bdcb436f245b
parent985a71032bf055240e61259285a0b4925c925383
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
Include/cpython/code.h
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core and Builtins/2022-12-13-16-05-18.gh-issue-100222.OVVvYe.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c
Python/compile.c
Python/generated_cases.c.h
Python/specialize.c
Tools/cases_generator/generate_cases.py