This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, legnaleurc
Date 2019-10-28.09:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572255400.51.0.99239426545.issue38608@roundup.psfhosted.org>
In-reply-to
Content
This print comes from asyncio debug mode when async function is blocked by time longer than 0.1 sec (see loop.slow_callback_duration at loop.slow_callback_duration).
Usually, it is a sign of a problem in user code, e.g. something should be pushed into executor.

A test case is executed in debug mode. I think it is reasonable for the test run, isn't it?

The mode can be disabled by `asyncio.get_running_loop().set_debug(False)` in `asyncSetUp()` method.
History
Date User Action Args
2019-10-28 09:36:40asvetlovsetrecipients: + asvetlov, legnaleurc
2019-10-28 09:36:40asvetlovsetmessageid: <1572255400.51.0.99239426545.issue38608@roundup.psfhosted.org>
2019-10-28 09:36:40asvetlovlinkissue38608 messages
2019-10-28 09:36:40asvetlovcreate