commit | a9d9936d105000a4cd0ca99ab806d1efaebf5a49 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Aug 05 00:01:15 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Aug 05 00:01:15 2005 +0000 |
tree | cb0fcb0ac3a5d9f8e1dd6af0ad357d072a4c9e83 | |
parent | ea9dcdc0621e615ee93a961e63727c5aa394d315 [diff] |
* Move copyright notice to top and indicate derivation from sets.py and dictobject.c. * Have frozenset_hash() use entry->hash instead of re-computing each individual hash with PyObject_Hash(o); * Finalize the dummy entry before a system exit.