[issue21326] asyncio: request clearer error message when event loop closed

STINNER Victor report at bugs.python.org
Tue Jun 10 10:30:31 CEST 2014


STINNER Victor added the comment:

This issue was discussed on the python-dev mailing list. The conclusion is that adding a new method to asyncio is safe because asyncio has a "provisional API" (whereas the selectors module doesn't).

Ok, Python 3.4.2 will have the new method BaseEventLoop.is_closed(), that's all.

----------
versions: +Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21326>
_______________________________________


More information about the Python-bugs-list mailing list