[issue24532] asyncio.sock_recv() blocks normal ioloop actions.

Марк Коренберг report at bugs.python.org
Tue Jun 30 04:43:46 CEST 2015


Марк Коренберг added the comment:

$ PYTHONASYNCIODEBUG=1 ./bug.py
Starting busy receiver
Busy receiver complete
Executing <Task pending coro=<receiver() running at ./bug.py:16> wait_for=<Future pending cb=[Task._wakeup()] created at /usr/lib/python3.4/asyncio/tasks.py:490> cb=[_run_until_complete_cb() at /usr/lib/python3.4/asyncio/base_events.py:123] created at /usr/lib/python3.4/asyncio/base_events.py:296> took 3.001 seconds
Should be called inside the loop

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24532>
_______________________________________


More information about the Python-bugs-list mailing list