Kaydet (Commit) bca06ccb authored tarafından Benjamin Peterson's avatar Benjamin Peterson

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

üst e9ee3170
...@@ -161,7 +161,7 @@ simple example demonstrates how. :: ...@@ -161,7 +161,7 @@ simple example demonstrates how. ::
#define INITERROR return NULL #define INITERROR return NULL
PyObject * PyMODINIT_FUNC
PyInit_myextension(void) PyInit_myextension(void)
#else #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