]> granicus.if.org Git - python/commit
Same treatment as listobject.c:
authorGuido van Rossum <guido@python.org>
Thu, 18 Jan 2001 00:00:53 +0000 (00:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Jan 2001 00:00:53 +0000 (00:00 +0000)
commitf77bc62e7351a052f2127221afa43bbf442d8c96
treebc666c767e65559e3336c73a93c8dee8e13abe1d
parent24f67d568cf878f53c647356aa4e446f7ae9de61
Same treatment as listobject.c:

- tuplecontains(): call RichCompare(Py_EQ).

- Get rid of tuplecompare(), in favor of new tuplerichcompare() (a
  clone of list_compare()).

- Aligned the comments for large struct initializers.
Objects/tupleobject.c