]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Refactor set.__contains__()
authorRaymond Hettinger <python@rcn.com>
Sat, 13 Dec 2003 19:38:47 +0000 (19:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 13 Dec 2003 19:38:47 +0000 (19:38 +0000)
commit438e02dfc838c128e596f9e3e329a4abdd40ab6e
tree79a462eb417741957d8d04e001ccfa196dea658a
parent0deab62704d56d9c30933998dee7b6d9ca7b6c72
* Refactor set.__contains__()
* Use Py_RETURN_NONE everywhere.
* Fix-up the firstpass check for the tp_print slot.
Objects/setobject.c