Guido van Rossum added the comment:

Yeah, your "add event handler" routine shouldn't be so picky to insist that 
iscoroutinefunction() returns True. It should just call the thing and verify 
that it has returned a coroutine object (asyncio.iscoroutine()).

----------
resolution:  -> not a bug
status: open -> closed

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

Reply via email to