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 legnaleurc
Recipients asvetlov, legnaleurc
Date 2019-10-29.05:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572327429.65.0.75102531081.issue38608@roundup.psfhosted.org>
In-reply-to
Content
> Usually, it is a sign of a problem in user code, e.g. something should be pushed into executor.

Sometimes also happens on low-end CI machines.

And the message is somewhat unclear to me.
I have to grep cpython sources to understand that it is coming from debug mode and it means there is a slow awaitable ... in somewhere, because the displayed file:line is not always the right position.

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

Probably.

> The mode can be disabled by `asyncio.get_running_loop().set_debug(False)` in `asyncSetUp()` method.

Glad to know that. Thanks.
History
Date User Action Args
2019-10-29 05:37:09legnaleurcsetrecipients: + legnaleurc, asvetlov
2019-10-29 05:37:09legnaleurcsetmessageid: <1572327429.65.0.75102531081.issue38608@roundup.psfhosted.org>
2019-10-29 05:37:09legnaleurclinkissue38608 messages
2019-10-29 05:37:09legnaleurccreate