Skip to content

JSON code removals and cleanups #56252

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

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

WillAyd
Copy link
Member

@WillAyd WillAyd commented Nov 30, 2023

Not sure this code ever did anything - seems to be optimized out. Still more to be done but this works for a first pass

As far as the functions go, adding static is a best practice for functions that aren't meant to be exported from a shared library (C defaults functions to extern visibility, which you could argue is unfortunate)

@mroeschke mroeschke added Internals Related to non-user accessible pandas implementation IO JSON read_json, to_json, json_normalize labels Nov 30, 2023
@mroeschke mroeschke added this to the 2.2 milestone Nov 30, 2023
@mroeschke mroeschke merged commit 4a06c0f into pandas-dev:main Nov 30, 2023
@mroeschke
Copy link
Member

Thanks @WillAyd

@WillAyd WillAyd deleted the json-cleanups branch November 30, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation IO JSON read_json, to_json, json_normalize
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants