diff options
author | Thomas Wouters <thomas@python.org> | 2006-04-15 09:07:20 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-04-15 09:07:20 (GMT) |
commit | 8690c4ed3fa1f1889459249c7e50e11c2052b340 (patch) | |
tree | 55eda053a8f2cfde2e4306ea0892a1116c7607a4 /Lib/test/output | |
parent | 0725cf2127128654ccc54ac9155a8cf0233b7348 (diff) | |
download | cpython-8690c4ed3fa1f1889459249c7e50e11c2052b340.zip cpython-8690c4ed3fa1f1889459249c7e50e11c2052b340.tar.gz cpython-8690c4ed3fa1f1889459249c7e50e11c2052b340.tar.bz2 |
Fix tests that were trying to make iteration blow up, on broken iterators.
Since the broken iterators are now new-style classes, iter() was able to do
the valid-iterator check sooner (on instantiation instead of on first call),
making the tests blow up sooner than expected.
Diffstat (limited to 'Lib/test/output')
0 files changed, 0 insertions, 0 deletions