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

Use size_t for marks to handle big files #341

Closed
wants to merge 1 commit into from

Conversation

abergeron
Copy link

I have gotten to a point where the C parser fails with OverflowError on some streams I make it handle because the size doesn't fit in an int.

Since LibYAML uses size_t for marks, we should also do the same.

@abergeron
Copy link
Author

I apparently can't use search since this is a worse version of #310 (that one has tests).

@abergeron abergeron closed this Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant