]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 11:26:55 +0000 (13:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 11:26:55 +0000 (13:26 +0200)
if all other iterators were very advanced before.

1  2 
Lib/test/test_itertools.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge