]> granicus.if.org Git - python/commit
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 15 Jul 2008 15:46:38 +0000 (15:46 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 15 Jul 2008 15:46:38 +0000 (15:46 +0000)
commitd1abd25ed8e14a64da21d17ece73c49390b9b083
tree21c0fbf58c0b0a05268ccdf538716f2f75dd5576
parente65282114e96efb9e7eee77c57244943b746f6fe
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited
12 files changed:
Include/object.h
Lib/decimal.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