]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Add a fast equality check path for frozensets where the hash value has
authorRaymond Hettinger <python@rcn.com>
Wed, 24 Aug 2005 00:24:40 +0000 (00:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 24 Aug 2005 00:24:40 +0000 (00:24 +0000)
commit9c1491f37c4884d72b18a0493c757e7c1f5e2814
treea78a314663ba912ae9c2aca2afb71a616fcc6a03
parent26292a3af08927e7a14786dd88dfd48f8ca4bd20
* Add a fast equality check path for frozensets where the hash value has
  already been computed.
* Apply a GET_SIZE macro().
Objects/setobject.c