SIGN IN SIGN UP

bpo-45459: Add pytypedefs.h header file (GH-31527)

Move forward declarations of Python C API types to a new pytypedefs.h
header file to solve interdependency issues between header files.

pytypedefs.h contains forward declarations of the following types:

* PyCodeObject
* PyFrameObject
* PyGetSetDef
* PyInterpreterState
* PyLongObject
* PyMemberDef
* PyMethodDef
* PyModuleDef
* PyObject
* PyThreadState
* PyTypeObject
V
Victor Stinner committed
ec091bd47e2f968b0d1631b9a8104283a7beeb1b
Parent: a52d252
Committed by GitHub <noreply@github.com> on 2/24/2022, 4:07:12 PM