STINNER Victor added the comment:

-O disables assertions, and asyncio has a ton of assertions. Some tests maybe 
rely on them? I guess that they are real bugs (assert must be replaced with a 
regular if+raise) in the middle of the failures.

----------

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

Reply via email to