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 njs
Recipients Mark.Shannon, deleted0524, erik.bray, gregory.p.smith, jdemeyer, ncoghlan, njs, xgdomingo, yselivanov
Date 2017-09-08.00:57:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504832277.94.0.0714208521955.issue29988@psf.upfronthosting.co.za>
In-reply-to
Content
Should I open a new issue for the __aexit__ part of this issue then, or...? The reason neither asyncio nor trio use the approach you describe is that it makes it impossible to break out of infinite loops, and trio in particular has entirely solved this problem modulo interpreter limitations like this one.
History
Date User Action Args
2017-09-08 00:57:58njssetrecipients: + njs, gregory.p.smith, ncoghlan, Mark.Shannon, erik.bray, jdemeyer, yselivanov, deleted0524, xgdomingo
2017-09-08 00:57:57njssetmessageid: <1504832277.94.0.0714208521955.issue29988@psf.upfronthosting.co.za>
2017-09-08 00:57:57njslinkissue29988 messages
2017-09-08 00:57:57njscreate