mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +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
|
@ -9263,7 +9263,7 @@ static PyMethodDef unicodeiter_methods[] = {
|
|||
|
||||
PyTypeObject PyUnicodeIter_Type = {
|
||||
PyVarObject_HEAD_INIT(&PyType_Type, 0)
|
||||
"unicode_iterator", /* tp_name */
|
||||
"str_iterator", /* tp_name */
|
||||
sizeof(unicodeiterobject), /* tp_basicsize */
|
||||
0, /* tp_itemsize */
|
||||
/* methods */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue