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 John Belmonte
Recipients John Belmonte, alex.gronholm, asvetlov, ncoghlan, njs, serhiy.storchaka, yselivanov
Date 2020-07-03.08:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593763220.26.0.0264800451772.issue40213@roundup.psfhosted.org>
In-reply-to
Content
highlighting from PEP 533:

> Async generators cannot do cleanup at all without some mechanism for deterministic cleanup that people will actually use, and async generators are particularly likely to hold resources like file descriptors.
History
Date User Action Args
2020-07-03 08:00:20John Belmontesetrecipients: + John Belmonte, ncoghlan, njs, asvetlov, alex.gronholm, serhiy.storchaka, yselivanov
2020-07-03 08:00:20John Belmontesetmessageid: <1593763220.26.0.0264800451772.issue40213@roundup.psfhosted.org>
2020-07-03 08:00:20John Belmontelinkissue40213 messages
2020-07-03 08:00:20John Belmontecreate