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:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gHzYb1ssTz7LjQ@mail.python.org>
In-reply-to
Content
New changeset 8ee76e1b5aa6 by Antoine Pitrou in branch '2.7':
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
http://hg.python.org/cpython/rev/8ee76e1b5aa6
History
Date User Action Args
2014-04-29 10:26:59python-devsetrecipients: + python-dev, rhettinger, pitrou, Anton.Afanasyev
2014-04-29 10:26:59python-devlinkissue21321 messages
2014-04-29 10:26:59python-devcreate