fix python 3 mod init function declaration (closes #26827)
This commit is contained in:
parent
e9ee317062
commit
bca06ccb3e
|
@ -161,7 +161,7 @@ simple example demonstrates how. ::
|
|||
|
||||
#define INITERROR return NULL
|
||||
|
||||
PyObject *
|
||||
PyMODINIT_FUNC
|
||||
PyInit_myextension(void)
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue