]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21321: itertools.islice() now releases the reference to the source iterator...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Apr 2014 10:14:47 +0000 (12:14 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Apr 2014 10:14:47 +0000 (12:14 +0200)
commit32497f89bb6681c5e206c74698cc31c23cfc1b27
tree1dcfde45fae9c2120fa81aa2abc95a7ba3efed4d
parent3f73e4c7150a15ad6756e85c696f77ad14f2f08c
parent26f82efe591a997bcf62111d1776c296f8088623
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.

Patch by Anton Afanasyev.
Misc/ACKS
Misc/NEWS