]> granicus.if.org Git - python/commit
* Move copyright notice to top and indicate derivation from sets.py and
authorRaymond Hettinger <python@rcn.com>
Fri, 5 Aug 2005 00:01:15 +0000 (00:01 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 5 Aug 2005 00:01:15 +0000 (00:01 +0000)
commita9d9936d105000a4cd0ca99ab806d1efaebf5a49
treecb0fcb0ac3a5d9f8e1dd6af0ad357d072a4c9e83
parentea9dcdc0621e615ee93a961e63727c5aa394d315
* 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.
Objects/setobject.c