]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
authorMark Shannon <mark@hotpy.org>
Wed, 4 Jan 2023 15:41:39 +0000 (15:41 +0000)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 15:41:39 +0000 (15:41 +0000)
commit15aecf8dd70f82eb507d74fae9662072a377bdc8
tree6afd6d35744428bafd5b64bc6fccbb830534c86e
parentc31e356a10aa60b5967b9aaf80b9984059e46461
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Include/cpython/code.h
Misc/NEWS.d/next/Core and Builtins/2023-01-03-16-38-18.gh-issue-100719.2C--ko.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/frameobject.c
Objects/typeobject.c
Python/bytecodes.c
Python/ceval.c
Python/compile.c
Python/generated_cases.c.h
Tools/build/deepfreeze.py