]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 2 May 2023 02:34:43 +0000 (20:34 -0600)
committerGitHub <noreply@github.com>
Tue, 2 May 2023 02:34:43 +0000 (20:34 -0600)
commitf73abf8e03fd370c86fbb2a249fe1e065f7d84b4
treefb471d3aafd99ade5905fe5292e807e5c4cad25a
parentfdd878650d325297cd801305bc2d1b0e903e42b4
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)

This makes it much cleaner to move more PyTypeObject fields to PyInterpreterState.
Include/internal/pycore_object.h
Include/internal/pycore_typeobject.h
Modules/_abc.c
Objects/structseq.c
Objects/typeobject.c
Python/context.c