]> granicus.if.org Git - python/commit
Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sun, 3 Feb 2008 22:51:43 +0000 (22:51 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sun, 3 Feb 2008 22:51:43 +0000 (22:51 +0000)
commitcab3d98ca19659698a29108aabb040f2741d1a2a
tree5f44e6c9c4b24b5112690c81e8cef8707a334406
parente6a8074892810f551d9b1c1f16ebde9ebe9cc09d
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.
Doc/c-api/set.rst
Include/setobject.h
Misc/NEWS
Objects/setobject.c