-
Notifications
You must be signed in to change notification settings - Fork 784
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
Remove default implementation for PyGCProtocol #532
Conversation
Implementations for these methods should always be provided. See PyO3#531
Codecov Report
@@ Coverage Diff @@
## master #532 +/- ##
=======================================
Coverage 87.55% 87.55%
=======================================
Files 65 65
Lines 3440 3440
=======================================
Hits 3012 3012
Misses 428 428
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #532 +/- ##
==========================================
- Coverage 87.68% 87.55% -0.13%
==========================================
Files 65 65
Lines 3443 3440 -3
==========================================
- Hits 3019 3012 -7
- Misses 424 428 +4
Continue to review full report at Codecov.
|
Thank you! |
Implementations for these methods should always be provided. See #531