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: add empty slots to CommonChecksum #121

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

ariebovenberg
Copy link
Contributor

$ slotscheck -m google_crc32c -v
ERROR: 'google_crc32c.cext:Checksum' has slots but superclass does not.

Because CommonChecksum doesn't have slots, the slots on Checksum are less effective. The fix was easy: adding empty slots to CommonChecksum

@ariebovenberg ariebovenberg requested a review from a team as a code owner February 20, 2022 20:31
@parthea parthea added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Feb 26, 2022
@parthea parthea changed the title add empty slots to CommonChecksum fix: add empty slots to CommonChecksum Mar 10, 2022
@parthea parthea merged commit c21cb89 into googleapis:main Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants