commit | ecdcb5895029c83c8bb5f98de502beaa56b78c9e | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jan 28 20:34:33 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jan 28 20:34:33 2008 +0000 |
tree | 92e2ac58fc2e7f4d2d1e0514ba3a26c4adbad6af | |
parent | 99120c4f7ea621ba2386c11d1300da335853dd68 [diff] |
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset. Also, PyFrozenSet_New() is now guaranteed to produce a distinct new frozenset.