Nathaniel Smith added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to