]> granicus.if.org Git - python/commit
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and...
authorRaymond Hettinger <python@rcn.com>
Tue, 20 Mar 2007 21:27:24 +0000 (21:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 20 Mar 2007 21:27:24 +0000 (21:27 +0000)
commit0bbbfc4c0b0cf84a23d2644080d09fb8af5324d2
treef298dd7e7f9cd0ebb5e98a5bd33cd1046bc1dba5
parentce55e21c70068315e128980848f86d1d471fc41c
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
Include/setobject.h
Lib/test/test_set.py
Objects/dictobject.c
Objects/setobject.c