]> 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:31:05 +0000 (13:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 11:31:05 +0000 (13:31 +0200)
commitb09ec9b6184dc81050449c3173238f88ab6cd875
tree5f21193e020d0fc126fdca9e7720bf12268e7064
parent7ee79a282338e979a14d17209705a910f9965c0b
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