Question about asyncio and blocking operations

Ian Kelly ian.g.kelly at gmail.com
Wed Jan 27 12:27:14 EST 2016


On Wed, Jan 27, 2016 at 10:14 AM, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> Unfortunately this doesn't actually work at present.
> EventLoop.run_in_executor swallows the StopIteration exception and
> just returns None, which I assume is a bug.

http://bugs.python.org/issue26221



More information about the Python-list mailing list