mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
c9543e4233
commit
f83be4e3f3
7 changed files with 52 additions and 12 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue