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 pitrou
Recipients Anssi.Kääriäinen, amaury.forgeotdarc, benjamin.peterson, docs@python, gvanrossum, isoschiz, ncoghlan, pitrou, vstinner
Date 2013-04-19.16:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366389584.2550.3.camel@fsol>
In-reply-to <1366389462.5.0.948171251947.issue17468@psf.upfronthosting.co.za>
Content
> Yes. Hopefully, the async framework using generators can properly can
> close() on them, though.

With yield from-based generators, you don't need a trampoline anymore,
so the close() call is now left to the application developers (if I'm
not mistaken).
History
Date User Action Args
2013-04-19 16:39:47pitrousetrecipients: + pitrou, gvanrossum, amaury.forgeotdarc, ncoghlan, vstinner, benjamin.peterson, docs@python, Anssi.Kääriäinen, isoschiz
2013-04-19 16:39:47pitroulinkissue17468 messages
2013-04-19 16:39:47pitroucreate