]> granicus.if.org Git - python/commit
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Feb 2007 03:04:45 +0000 (03:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Feb 2007 03:04:45 +0000 (03:04 +0000)
commit1bff7969832877398b129a97ad8d307c27c80fba
tree392e02958b3be31f28a71c77815bda867698aab4
parent497380f48c266a1d1addc4a20a93aef9a380ffdf
Extend work on revision 52962:  Eliminate redundant calls to PyObject_Hash().
Include/dictobject.h
Lib/test/test_set.py
Objects/dictobject.c
Objects/setobject.c