Commit 1dc4878d authored by Benjamin Peterson's avatar Benjamin Peterson

fix python 3 mod init function declaration (closes #26827)

parent 7f2ce050
......@@ -161,7 +161,7 @@ simple example demonstrates how. ::
#define INITERROR return NULL
PyObject *
PyMODINIT_FUNC
PyInit_myextension(void)
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment