Skip to content

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