This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a6e62b947
cpython
/
BROKEN
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden but __hash__ is not, set __hash__ explicitly to None (and tp_hash to NULL). All unit tests pass now!
2006-08-21 23:36:26 +00:00
(Nothing is broken at the moment AFAIK.)