Skip to content

Commit e784f1e

Browse files
committed
Add PyModule_GetFilename().
1 parent cdcc0f0 commit e784f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/moduleobject.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ extern DL_IMPORT(PyTypeObject) PyModule_Type;
4444
extern DL_IMPORT(PyObject *) PyModule_New Py_PROTO((char *));
4545
extern DL_IMPORT(PyObject *) PyModule_GetDict Py_PROTO((PyObject *));
4646
extern DL_IMPORT(char *) PyModule_GetName Py_PROTO((PyObject *));
47+
extern DL_IMPORT(char *) PyModule_GetFilename Py_PROTO((PyObject *));
4748
extern DL_IMPORT(void) _PyModule_Clear Py_PROTO((PyObject *));
4849

4950
#ifdef __cplusplus

0 commit comments

Comments
 (0)