[issue3263] Odd code fragment in ABC definitions

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jul 3 01:10:37 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This is precisely under discussion in issue2235:
if a base class is hashable, a derived class may set __hash__ to None,
and disallow hashing.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3263>
_______________________________________


More information about the Python-bugs-list mailing list