]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 2235: __hash__ is once again inherited by default, but inheritance can be block...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 15 Jul 2008 14:27:37 +0000 (14:27 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 15 Jul 2008 14:27:37 +0000 (14:27 +0000)
commit53663a695ef2bb96ac0252cd4cc4aa40d4f953be
treee241ef71b353f8b3162179b1eed5a3f4eaae0c5f
parent9ace15ca25e1e72e1b943190a5f4efbd7d118de3
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
14 files changed:
Include/object.h
Lib/UserString.py
Lib/decimal.py
Lib/sets.py
Lib/test/seq_tests.py
Lib/test/test_descr.py
Lib/test/test_hash.py
Lib/test/test_richcmp.py
Modules/_collectionsmodule.c
Objects/dictobject.c
Objects/listobject.c
Objects/object.c
Objects/setobject.c
Objects/typeobject.c