Commit 95b5f0ad authored by Benjamin Peterson's avatar Benjamin Peterson

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

parent 585c93da
......@@ -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