]> granicus.if.org Git - python/commit
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 8 May 2002 08:44:21 +0000 (08:44 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 8 May 2002 08:44:21 +0000 (08:44 +0000)
commit01f94bda38b8f9956cfa1b227f2ebdb8ea2dfdd7
tree07d60d276dc54212ddf73496f865f00c6821417c
parent000e37c3c433f42bafc68eee78633da147734808
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
Avoid checks for negative indices and duplicate checks for support of
the sequence protocol.
Doc/api/abstract.tex
Include/abstract.h
Misc/NEWS
Objects/iterobject.c