New submission from Wei-Cheng Pan <legnale...@gmail.com>:

In bpo-32972 we enabled debug mode in 
IsolatedAsyncioTestCase._setupAsyncioLoop, which may print some warnings that 
are not that important to tests.
(e.g. Executing <Future ...> took 0.110 seconds)

I personally don't really like it being turn on by default, but if it needs to 
be so, maybe include it in document would be a good idea.

Add Andrew to nosy list because he was the author.

----------
components: Tests
messages: 355509
nosy: asvetlov, legnaleurc
priority: normal
severity: normal
status: open
title: Undocumented behavior that IsolatedAsyncioTestCase would enable event 
loop debug mode
type: behavior
versions: Python 3.8

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

Reply via email to