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

Fix #3124- bug with PickleCorpusView raising UnicodeDecodeError #3230

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Ubadub
Copy link

@Ubadub Ubadub commented Jan 29, 2024

See #3124 and #2331 for more info (the latter was incorrectly closed and this issue marked as fixed, but as you can see in my comments on the former, it was not, in fact, fixed).

Fix bug with PickleCorpusView raising UnicodeDecodeError due to call to superclass StreamBackedCorpusView constructor implicitly invoking utf-8 encoding instead of binary
@rmalouf
Copy link
Contributor

rmalouf commented Mar 6, 2024

This looks good, but can you add a test for it (so we make sure it stays fixed)?

@Ubadub
Copy link
Author

Ubadub commented Mar 14, 2024

Thanks for taking a look. Yes, I can try to do that— got a lot on my plate in the near future so it might a be a few weeks before I get to it, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants