Skip to content
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

Clean up tokenizer / parser files #56274

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Conversation

WillAyd
Copy link
Member

@WillAyd WillAyd commented Dec 1, 2023

Same pattern as before - remove C89 constructs, add const / static where possible

This has an added tweak to remove unnecessary int return values from destructors

@mroeschke mroeschke added the Internals Related to non-user accessible pandas implementation label Dec 1, 2023
@mroeschke mroeschke added this to the 2.2 milestone Dec 1, 2023
@mroeschke mroeschke merged commit 958e7f5 into pandas-dev:main Dec 1, 2023
48 checks passed
@mroeschke
Copy link
Member

Keep them coming!

@WillAyd WillAyd deleted the more-c-cleanups branch December 1, 2023 23:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants