Skip to content

Commit d9426bf

Browse files
committed
Test
1 parent 6c08eba commit d9426bf

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
@@ -415,6 +415,8 @@ static const char *PyNpyDtypesToUTF8Callback(JSOBJ _obj, JSONTypeContext *tc,
415415
char *outValue = (char *)PyUnicode_AsUTF8AndSize(str, &s_len);
416416
*len = s_len;
417417

418+
printf("[DD] PyNpyDtypesToUTF8Callback: %s\n", outValue);
419+
418420
return outValue;
419421
}
420422

0 commit comments

Comments
 (0)