[issue22572] NoneType object is not iterable error when asyncio Server.close() called

STINNER Victor report at bugs.python.org
Tue Oct 7 11:54:35 CEST 2014


STINNER Victor added the comment:

Maybe we should more checks in debug mode in the Server class? For example, loop.call_soon() raises an AssertionError if it is called from the "wrong" thread" in debug mode.

----------

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


More information about the Python-bugs-list mailing list