]> granicus.if.org Git - python/commit
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)
commitc5dadcf2fd0fb1a22ee6e1024fd1709e85d6a2f8
treeb1c7bd97abb234185900c4f394345f9738f1c9a4
parenta8e6af6ac35885103d0dbf6a8a4ffd682308eb2f
parent339e91d4cb5fcbd622447b5249c4570d35c577f9
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
Lib/test/test_itertools.py
Misc/NEWS