]> granicus.if.org Git - python/commit
add list_contains and tuplecontains: efficient implementations of tp_contains
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 27 Apr 2000 21:41:03 +0000 (21:41 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 27 Apr 2000 21:41:03 +0000 (21:41 +0000)
commit37b1a26c89d5f2583f04ac4efb3d799ff07634f6
tree390a145cc3f5c6d11be350967ddf8254367be1b0
parent035a07e263edd2ebb24c07862d9de6488d8bb203
add list_contains and tuplecontains: efficient implementations of tp_contains
Objects/listobject.c
Objects/tupleobject.c