[issue38608] Undocumented behavior that IsolatedAsyncioTestCase would enable event loop debug mode

Wei-Cheng Pan report at bugs.python.org
Sun Oct 27 21:50:13 EDT 2019


New submission from Wei-Cheng Pan <legnaleurc at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38608>
_______________________________________


More information about the Python-bugs-list mailing list