Skip to content

Commit 6c08eba

Browse files
committed
test
1 parent 635b6e7 commit 6c08eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/src/vendored/ujson/python/objToJSON.c

+2
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ static const char *PyNpyDtypesToUTF8Callback(JSOBJ _obj, JSONTypeContext *tc,
407407
return NULL;
408408
}
409409

410+
printf("[DD] PyNpyDtypesToUTF8Callback Called\n");
411+
410412
GET_TC(tc)->newObj = str;
411413

412414
Py_ssize_t s_len;

0 commit comments

Comments
 (0)