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 martin.panter
Recipients benhoyt, gvanrossum, martin.panter, serhiy.storchaka, vstinner
Date 2016-01-12.01:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452562253.96.0.0167989204565.issue25994@psf.upfronthosting.co.za>
In-reply-to
Content
Okay I understand. You have to explicitly call the close() method if you want a generator to be cleaned up properly, which parallels how Serhiy’s proposal would be used.
History
Date User Action Args
2016-01-12 01:30:54martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, benhoyt, serhiy.storchaka
2016-01-12 01:30:53martin.pantersetmessageid: <1452562253.96.0.0167989204565.issue25994@psf.upfronthosting.co.za>
2016-01-12 01:30:53martin.panterlinkissue25994 messages
2016-01-12 01:30:53martin.pantercreate