commit | 7c1be2a3b191127745a8f58fb3d9115b5ffbde93 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jan 26 08:19:06 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jan 26 08:19:06 2008 +0000 |
tree | 610467dd61d9907dad1d538dc2bcb0a51f9a73d2 | |
parent | 960efe9c2d9611ae0f2cd76ed62ff4db792bd0d2 [diff] |
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset.