summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descrtut.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-05-31 21:40:38 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-05-31 21:40:38 (GMT)
commit14bd6de0ec6468487598f4ad4c14aa0a2742e641 (patch)
tree92a338f0fc9b497e05bc28063c5a1c7f09bbd48c /Lib/test/test_descrtut.py
parent59b2a74c752578cb67b02b6966f283fd049f646a (diff)
downloadcpython-14bd6de0ec6468487598f4ad4c14aa0a2742e641.zip
cpython-14bd6de0ec6468487598f4ad4c14aa0a2742e641.tar.gz
cpython-14bd6de0ec6468487598f4ad4c14aa0a2742e641.tar.bz2
SF 560736. Optimize list iteration by filling the tp_iter slot.
Diffstat (limited to 'Lib/test/test_descrtut.py')
-rw-r--r--Lib/test/test_descrtut.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py
index 2c93b7e..32ca73d 100644
--- a/Lib/test/test_descrtut.py
+++ b/Lib/test/test_descrtut.py
@@ -202,6 +202,7 @@ Instead, you can get the same information from the list type:
'__iadd__',
'__imul__',
'__init__',
+ '__iter__',
'__le__',
'__len__',
'__lt__',