We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878504d commit d3bb89dCopy full SHA for d3bb89d
pandas/_libs/src/ujson/python/ujson.c
@@ -43,7 +43,7 @@ Numeric decoder derived from TCL library
43
44
/* objToJSON */
45
PyObject *objToJSON(PyObject *self, PyObject *args, PyObject *kwargs);
46
-void initObjToJSON(void);
+void *initObjToJSON(void);
47
48
/* JSONToObj */
49
PyObject *JSONToObj(PyObject *self, PyObject *args, PyObject *kwargs);
0 commit comments