File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PyAPI_FUNC(struct PyModuleDef*) PyModule_GetDef(PyObject*);
3131PyAPI_FUNC (void * ) PyModule_GetState (PyObject * );
3232
3333PyAPI_FUNC (PyObject * ) PyModuleDef_Init (struct PyModuleDef * );
34- PyTypeObject PyModuleDef_Type ;
34+ PyAPI_DATA ( PyTypeObject ) PyModuleDef_Type ;
3535
3636typedef struct PyModuleDef_Base {
3737 PyObject_HEAD
Original file line number Diff line number Diff line change @@ -330,6 +330,8 @@ EXPORTS
330330 PyModule_GetState=python35.PyModule_GetState
331331 PyModule_New=python35.PyModule_New
332332 PyModule_Type=python35.PyModule_Type DATA
333+ PyModuleDef_Init=python35.PyModuleDef_Init
334+ PyModuleDef_Type=python35.PyModuleDef_Type DATA
333335 PyNullImporter_Type=python35.PyNullImporter_Type DATA
334336 PyNumber_Absolute=python35.PyNumber_Absolute
335337 PyNumber_Add=python35.PyNumber_Add
You can’t perform that action at this time.
0 commit comments