This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Anton.Afanasyev, pitrou, python-dev, rhettinger
Date 2014-04-29.10:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gHzHk2Z9zz7LjQ@mail.python.org>
In-reply-to
Content
New changeset b795105db23a by Antoine Pitrou in branch '3.4':
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
http://hg.python.org/cpython/rev/b795105db23a

New changeset a627b3e3c9c8 by Antoine Pitrou in branch 'default':
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
http://hg.python.org/cpython/rev/a627b3e3c9c8
History
Date User Action Args
2014-04-29 10:14:59python-devsetrecipients: + python-dev, rhettinger, pitrou, Anton.Afanasyev
2014-04-29 10:14:59python-devlinkissue21321 messages
2014-04-29 10:14:59python-devcreate