diff options
author | Guido van Rossum <guido@python.org> | 2002-07-16 20:30:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-07-16 20:30:22 (GMT) |
commit | 2147df748fa0a44beede227af9e595fe96fd7a14 (patch) | |
tree | c94b7dc11af97eebb6b2efbe0db4fe2e3f0910b5 /pyconfig.h.in | |
parent | 613bed3726af921be64900bd0cb8209193873411 (diff) | |
download | cpython-2147df748fa0a44beede227af9e595fe96fd7a14.zip cpython-2147df748fa0a44beede227af9e595fe96fd7a14.tar.gz cpython-2147df748fa0a44beede227af9e595fe96fd7a14.tar.bz2 |
Make StopIteration a sink state. This is done by clearing out the
di_dict field when the end of the list is reached. Also make the
error ("dictionary changed size during iteration") a sticky state.
Also remove the next() method -- one is supplied automatically by
PyType_Ready() because the tp_iternext slot is set. That's a good
thing, because the implementation given here was buggy (it never
raised StopIteration).
Diffstat (limited to 'pyconfig.h.in')
0 files changed, 0 insertions, 0 deletions