]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45459: Use type names in the internal C API (GH-31669)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Mar 2022 22:08:07 +0000 (23:08 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 22:08:07 +0000 (23:08 +0100)
commit32f0c8271706550096c454eb512450b85fbfc320
tree313b4d70a962aee5374064abdd25ac7a432d4936
parent0b63215bb152c06404cecbd5303b1a50969a9f9f
bpo-45459: Use type names in the internal C API (GH-31669)

Replace "struct xxx" with "xxx" types in the internal C API.
Include/internal/pycore_interp.h
Include/internal/pycore_moduleobject.h
Include/internal/pycore_pystate.h
Include/internal/pycore_runtime.h
Include/internal/pycore_traceback.h