]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Mar 2022 22:06:55 +0000 (23:06 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 22:06:55 +0000 (23:06 +0100)
commit0b63215bb152c06404cecbd5303b1a50969a9f9f
treeb9f9fede81b88f86dbc90fd22268c6a2b359e798
parent4173d677a1d7c72bb32d292fbff1b4cf073d615c
bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)

Move the type definition to pytypedefs.h.
Include/moduleobject.h
Include/pytypedefs.h