]> 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 02:03:19 +0000 (02:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Feb 2007 02:03:19 +0000 (02:03 +0000)
commitd6fc72a5ae27048dae56c773896ccbd6152d9b9b
treefceb231e6ba8e5b85b6f5baab0a908d056b9390d
parentf7ccc101d2d623428dd03114bd8723946d5dbcae
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