]> 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:24:47 +0000 (13:24 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 11:24:47 +0000 (13:24 +0200)
commit339e91d4cb5fcbd622447b5249c4570d35c577f9
tree3410e985aef9c6cc94e4678b2b7f3b9372be97ff
parent5070c27a8f1ccc887c5cf60fd9993f0df3234f17
parenta3e9128aba49b99451b19b49982b7b48e4f7ffe6
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
Modules/itertoolsmodule.c