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

Bugfix Python 3: defining __eq__ disables __hash__ inheritance #35

Merged
merged 2 commits into from Dec 4, 2018

Conversation

agoose77
Copy link
Contributor

@agoose77 agoose77 commented Jul 9, 2018

Fix for Python3 __eq__ disables inheritance of __hash__

Fix for Python3 `__eq__` disables inheritance of `__hash__`
@agoose77 agoose77 changed the title Update uri.py Bugfix Python 3: defining __eq__ disables __hash__ inheritance Jul 9, 2018
@sigmavirus24
Copy link
Collaborator

Hi there, what bugs does this cause?

@agoose77
Copy link
Contributor Author

agoose77 commented Jul 9, 2018 via email

@sigmavirus24
Copy link
Collaborator

Closing & re-opening to trigger a rebuild with Travis CI

@sigmavirus24 sigmavirus24 reopened this Dec 4, 2018
@codecov-io
Copy link

codecov-io commented Dec 4, 2018

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #35   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         688    691    +3     
=====================================
+ Hits          688    691    +3
Impacted Files Coverage Δ
src/rfc3986/uri.py 100% <100%> (ø) ⬆️
src/rfc3986/normalizers.py 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f45783e...e1fedef. Read the comment docs.

@sigmavirus24
Copy link
Collaborator

@sigmavirus24 sigmavirus24 merged commit d8fb589 into python-hyper:master Dec 4, 2018
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

3 participants