We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bc7bac + 1e5d57a commit 77d4b0fCopy full SHA for 77d4b0f
pandas/src/ujson/python/ujson.c
@@ -78,7 +78,7 @@ static struct PyModuleDef moduledef = {
78
NULL /* m_free */
79
};
80
81
-#define PYMODINITFUNC PyObject *PyInit_json(void)
+#define PYMODINITFUNC PyMODINIT_FUNC PyInit_json(void)
82
#define PYMODULE_CREATE() PyModule_Create(&moduledef)
83
#define MODINITERROR return NULL
84
0 commit comments