[issue21321] itertools.islice() doesn't release reference to the source iterator when the slice is exhausted

Raymond Hettinger report at bugs.python.org
Tue Apr 22 08:58:12 CEST 2014


Raymond Hettinger added the comment:

The ref-counts in the islice_reduce code don't look to be correct at first glance.

----------
assignee:  -> rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21321>
_______________________________________


More information about the Python-bugs-list mailing list