SF 560736. Optimize list iteration by filling the tp_iter slot.

This commit is contained in:
Raymond Hettinger 2002-05-31 21:40:38 +00:00
parent 59b2a74c75
commit 14bd6de0ec
3 changed files with 126 additions and 18 deletions

View file

@ -202,6 +202,7 @@ Instead, you can get the same information from the list type:
'__iadd__',
'__imul__',
'__init__',
'__iter__',
'__le__',
'__len__',
'__lt__',