]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change add/contains/discard calls to pass the key and hash instead of an entry struct.
authorRaymond Hettinger <python@rcn.com>
Sun, 5 Jul 2015 23:06:10 +0000 (16:06 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 5 Jul 2015 23:06:10 +0000 (16:06 -0700)
commit73799b181ea13949be2e008f431fdd0fab15d7f1
tree3dc6ff3c3c5e17b5c6c5dea66204beb322b5f9a8
parent14806c4b86196093e2bbe06b61a31a38ecb087a8
Change add/contains/discard calls to pass the key and hash instead of an entry struct.
Objects/setobject.c