Guido van Rossum added the comment:

FWIW I think this is now fixed differently, because we reimplemented stop() to 
use a flag on the loop that's checked by _run_once(), rather than raising an 
exception. _run_until_complete_cb() can be reduced to simply call 
fut._loop.stop(). (At least, all tests still pass. :-)

----------

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

Reply via email to