cpython/Objects
Guido van Rossum ca5ed5b875 Remove the next() method -- one is supplied automatically by
PyType_Ready() because the tp_iternext slot is set (fortunately,
because using the tp_iternext implementation for the the next()
implementation is buggy).  Also changed the allocation order in
enum_next() so that the underlying iterator is only moved ahead when
we have successfully allocated the result tuple and index.
2002-07-16 21:02:42 +00:00
..
.cvsignore
abstract.c
boolobject.c
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c
descrobject.c
dictobject.c Make StopIteration a sink state. This is done by clearing out the 2002-07-16 20:30:22 +00:00
enumobject.c Remove the next() method -- one is supplied automatically by 2002-07-16 21:02:42 +00:00
fileobject.c WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few 2002-07-14 22:14:19 +00:00
floatobject.c
frameobject.c
funcobject.c Extend function() to support an optional closure argument. 2002-07-11 18:30:27 +00:00
intobject.c
iterobject.c Make StopIteration a sink state. This is done by clearing out the 2002-07-16 20:24:46 +00:00
listobject.c Whitespace normalization. 2002-07-16 20:10:23 +00:00
longobject.c Undef MIN and MAX before defining them, to avoid warnings on certain 2002-07-13 14:31:51 +00:00
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c Remove the next() method -- one is supplied automatically by 2002-07-16 20:47:50 +00:00
sliceobject.c
stringobject.c
structseq.c
tupleobject.c
typeobject.c The object returned by tp_new() may not have a tp_init. 2002-07-16 19:39:38 +00:00
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c
xxobject.c