Added view and iterator types to collections / _abcoll

I've also renamed several of the iterators to keep a consistent naming schema.
This commit is contained in:
Christian Heimes 2007-11-28 09:44:38 +00:00
parent c9543e4233
commit f83be4e3f3
7 changed files with 52 additions and 12 deletions

View file

@ -851,7 +851,7 @@ fail:
static PyTypeObject PySetIter_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"setiterator", /* tp_name */
"set_iterator", /* tp_name */
sizeof(setiterobject), /* tp_basicsize */
0, /* tp_itemsize */
/* methods */