]> granicus.if.org Git - python/commit
Patch #1538606, Patch to fix __index__() clipping.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 12 Aug 2006 17:03:09 +0000 (17:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 12 Aug 2006 17:03:09 +0000 (17:03 +0000)
commit8a87f5d37e6aab91ddc4c6491877b6cbd48a12cf
tree330bb4b553958f129b31e31ccea2a2c835b19de0
parentf3e304297e94b9b1956a4ed95debd1b163958d71
Patch #1538606, Patch to fix __index__() clipping.

I modified this patch some by fixing style, some error checking, and adding
XXX comments.  This patch requires review and some changes are to be expected.
I'm checking in now to get the greatest possible review and establish a
baseline for moving forward.  I don't want this to hold up release if possible.
19 files changed:
Doc/api/abstract.tex
Include/abstract.h
Include/object.h
Lib/test/test_index.py
Misc/NEWS
Modules/arraymodule.c
Modules/mmapmodule.c
Modules/operator.c
Objects/abstract.c
Objects/classobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/sliceobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/ceval.c