-
Notifications
You must be signed in to change notification settings - Fork 9
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
Be robust against invalid utf-8 byte sequences and surrogateescape them when en- or decoding #144
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
==========================================
+ Coverage 83.70% 83.89% +0.19%
==========================================
Files 34 34
Lines 3485 3458 -27
==========================================
- Hits 2917 2901 -16
+ Misses 568 557 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
has probably nothing to do with the actual changes in the PR, but i'm not sure why pypy3.9 keep failing in the CI. |
There seems to be an issue with a sub-dependency (cramjam) of the avro dependency, which fails building because the installed version of nasm and/or yasm is too old apparently. Probably a new version got released without wheels for pypy3.9 |
Jup, cramjam stopped building wheels for pypy3.9 |
c90e64a
to
befa505
Compare
befa505
to
610d441
Compare
…em when en- or decoding This commit also takes the opportunity to remove Python 2 string compatibility code. It will also remove the final left-over Python 2 compatibility in the test cases.
610d441
to
d019974
Compare
This commit also takes the opportunity to remove Python 2 string compatibility code.
It will also remove the final left-over Python 2 compatibility in the test cases.