-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: ujson cleanups #54581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REF: ujson cleanups #54581
Conversation
@@ -137,6 +137,9 @@ typedef int64_t JSLONG; | |||
#error "Endianness not supported" | |||
#endif | |||
|
|||
// PANDAS_FORMAT is *not* in the original file this is vendored from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to move this? Unless it is used elsewhere should just stay in the module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think i did this for a branch where i was trying to reimplement bits of the objToJSON.c in cython. will revert this bit.
Cool nice work - merge on green |
Thanks @jbrockmendel |
* REF: use stdlib json * remove unnecessary GET_TC calls * REF: update dumps->ujson_dumps * revert enum move
This breaks user code that relied on |
|
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.