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 Alex Alex
Recipients Alex Alex, asvetlov, yselivanov
Date 2020-06-16.14:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592316879.27.0.621999678999.issue40992@roundup.psfhosted.org>
In-reply-to
Content
I run code in example and get message like:
Executing <Handle <TaskWakeupMethWrapper object at 0x7f1c50f3ecd8>(<Future finis...events.py:396>) created at /usr/lib/python3.7/asyncio/futures.py:288> took 2.000 seconds

It say that coroutine run for 2 second but it was run for 5 second. Also if I comment part in qwe function after await I won't get any warning, but should.
History
Date User Action Args
2020-06-16 14:14:39Alex Alexsetrecipients: + Alex Alex, asvetlov, yselivanov
2020-06-16 14:14:39Alex Alexsetmessageid: <1592316879.27.0.621999678999.issue40992@roundup.psfhosted.org>
2020-06-16 14:14:39Alex Alexlinkissue40992 messages
2020-06-16 14:14:39Alex Alexcreate