Skip to content

Commit 679053c

Browse files
committed
add Object_newNaN to dec
1 parent 0a6e3ae commit 679053c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/src/ujson/python/JSONtoObj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ PyObject *JSONToObj(PyObject *self, PyObject *args, PyObject *kwargs) {
512512
JSONObjectDecoder dec = {
513513
Object_newString, Object_objectAddKey, Object_arrayAddItem,
514514
Object_newTrue, Object_newFalse, Object_newNull,
515+
Object_newNaN,
515516
Object_newPosInf, Object_newNegInf, Object_newObject,
516517
Object_endObject, Object_newArray, Object_endArray,
517518
Object_newInteger, Object_newLong, Object_newUnsignedLong,

0 commit comments

Comments
 (0)