commit | cab3d98ca19659698a29108aabb040f2741d1a2a | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sun Feb 03 22:51:43 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sun Feb 03 22:51:43 2008 +0000 |
tree | 5f44e6c9c4b24b5112690c81e8cef8707a334406 | |
parent | e6a8074892810f551d9b1c1f16ebde9ebe9cc09d [diff] |
Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. Add PyFrozenSet_Check(), which was not needed before; The list of Py*Set_Check* macros seems to be complete now. Add missing NEWS entries about all this.