SIGN IN SIGN UP

* 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.
R
Raymond Hettinger committed
a9d9936d105000a4cd0ca99ab806d1efaebf5a49
Parent: ea9dcdc