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 Anton.Afanasyev
Recipients Anton.Afanasyev, pitrou, rhettinger
Date 2014-04-29.09:55:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398765351.57.0.543271229588.issue21321@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Antoine,
oops you are right about leaks: fixed them in new attached patch.
As for testing changes in "reduce()": they are already covered by "self.pickletest(islice(range(100), *args))". Function "pickletest()" covers case for pickle dumping/loading of exhausted iterator.
History
Date User Action Args
2014-04-29 09:55:51Anton.Afanasyevsetrecipients: + Anton.Afanasyev, rhettinger, pitrou
2014-04-29 09:55:51Anton.Afanasyevsetmessageid: <1398765351.57.0.543271229588.issue21321@psf.upfronthosting.co.za>
2014-04-29 09:55:51Anton.Afanasyevlinkissue21321 messages
2014-04-29 09:55:51Anton.Afanasyevcreate