[Python-Dev] getting rid of default object.__hash__ (SF 660098)

Samuele Pedroni pedronis at bluewin.ch
Mon Dec 22 16:23:26 EST 2003


At 13:04 22.12.2003 -0800, Guido van Rossum wrote:


>Since the default hash simply takes id() of the object, it's easy to
>fix such code once the failure is understood though.

Jython 2.2a0 on java1.4.0_02 (JIT: null)
Type "copyright", "credits" or "license" for more information.
 >>> class C: pass
...
 >>> id(C)
1
 >>> hash(C)
9174506
 >>>

I see, but then there should be probably be a different way to spell the 
default hash,
because id is not a sensible option for Jython etc





More information about the Python-Dev mailing list