-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
JSON Support for parsing NaN, Infinity and -Infinity #30295
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
Conversation
Ran benchmarks just to be safe and no changes appeared |
Object_endObject, Object_newArray, Object_endArray, | ||
Object_newInteger, Object_newLong, Object_newDouble, | ||
Object_releaseObject, PyObject_Malloc, PyObject_Free, | ||
PyObject_Realloc}; |
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.
does the alignment here matter?
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.
Purely stylistic but I'll fix it up
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.
lgtm. needs a rebase, merge on green.
Great thanks Jeff |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Not sure if we totally want this but figured I'd give it a shot any way.
simplejson
and the stdlib by comparison would decode these values