Guido van Rossum added the comment:

Looks like there is a bug in CoroWrapper -- when the assert in __init__ fails, 
__del__ gets called imediately after and that triggers this traceback.

However I'm not sure what causes the assert to fail -- it looks like this is 
coming from sleep(), which does not make sense to me.

----------

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

Reply via email to