There was an error while loading. Please reload this page.
1 parent cdcc0f0 commit e784f1eCopy full SHA for e784f1e
1 file changed
Include/moduleobject.h
@@ -44,6 +44,7 @@ extern DL_IMPORT(PyTypeObject) PyModule_Type;
44
extern DL_IMPORT(PyObject *) PyModule_New Py_PROTO((char *));
45
extern DL_IMPORT(PyObject *) PyModule_GetDict Py_PROTO((PyObject *));
46
extern DL_IMPORT(char *) PyModule_GetName Py_PROTO((PyObject *));
47
+extern DL_IMPORT(char *) PyModule_GetFilename Py_PROTO((PyObject *));
48
extern DL_IMPORT(void) _PyModule_Clear Py_PROTO((PyObject *));
49
50
#ifdef __cplusplus
0 commit comments