We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5cc15 commit 673e2f9Copy full SHA for 673e2f9
doc/source/whatsnew/v1.0.1.rst
@@ -126,7 +126,7 @@ ExtensionArray
126
127
Other
128
^^^^^
129
--
+- Regression fixed in objTOJSON.c fix return-type warning (:issue:`31463`)
130
-
131
132
.. ---------------------------------------------------------------------------
pandas/_libs/src/ujson/python/objToJSON.c
@@ -178,6 +178,8 @@ void *initObjToJSON(void) {
178
179
/* Initialise numpy API */
180
import_array();
181
+ // GH 31463
182
+ return NULL;
183
}
184
185
static TypeContext *createTypeContext(void) {
0 commit comments