asyncio: Warning message when waiting for an Event set by AbstractLoop.add_reader

dieter dieter at handshake.de
Fri Aug 3 01:05:20 EDT 2018


Léo El Amri via Python-list <python-list at python.org> writes:
> ...
> WARNING:asyncio:Executing <Handle [CUT] locks.py:261> took 1.000 seconds
> ...
>  But there is still this warning...

At your place, I would look at the code responsible for the warning.
I assume that it is produced because the waiting time is rather
high -- but this is just a guess.




More information about the Python-list mailing list