]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.
authorRaymond Hettinger <python@rcn.com>
Sun, 7 Aug 2005 13:02:53 +0000 (13:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 7 Aug 2005 13:02:53 +0000 (13:02 +0000)
commitbc841a1464b53ddbaa989e4cae97024fbe111abf
tree426c7eaff8772527ca64cb47f64bd71de938fd3b
parente9fe7e0ef33f2a0c8da7079f3e6878c88975a8a1
* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.
* Bring in free list from dictionary code.
* Improve several comments.
* Differencing can leave many dummy entries.  If more than
  1/6 are dummies, then resize them away.
* Factor-out common code with new macro, PyAnySet_CheckExact.
Include/setobject.h
Objects/setobject.c