STINNER Victor added the comment:

I fixed the issue in Python 3.5 by adding a new BaseEventLoop.is_closed() 
method. Calling run_forever() or run_until_complete() now raises an error.

I don't know yet if this issue should be fixed in Python 3.4. If it should be 
fixed, I don't know how it should be fixed. Guido was unhappy with subclasses 
of BaseEventLoop accessing the private attribute BaseEventLoop._closed in the 
review of my patch.

----------

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

Reply via email to