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