STINNER Victor <victor.stin...@gmail.com> added the comment:

> I plan to always run the Python test suite (especially when running on our 
> CIs) in the new Python 3.7 "development mode" (python3 -X dev) which enables 
> asyncio debug mode. Are you ok with that?

Oh, I forgot to mention the obvious drawback: asyncio debug mode is slower. 
test_asyncio: 36 seconds => 48 seconds (+12 seconds).

"./python -m test test_asyncio" will not use the asyncio debug mode, only an 
explicit "./python -X dev -m test test_asyncio" and "make buildbottest".

----------

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

Reply via email to