mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
SF 560736. Optimize list iteration by filling the tp_iter slot.
This commit is contained in:
parent
59b2a74c75
commit
14bd6de0ec
3 changed files with 126 additions and 18 deletions
|
@ -202,6 +202,7 @@ Instead, you can get the same information from the list type:
|
|||
'__iadd__',
|
||||
'__imul__',
|
||||
'__init__',
|
||||
'__iter__',
|
||||
'__le__',
|
||||
'__len__',
|
||||
'__lt__',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue