Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102167 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2016-01-27 10:27 -0700 |
| Last post | 2016-01-27 10:27 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Question about asyncio and blocking operations Ian Kelly <ian.g.kelly@gmail.com> - 2016-01-27 10:27 -0700
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2016-01-27 10:27 -0700 |
| Subject | Re: Question about asyncio and blocking operations |
| Message-ID | <mailman.40.1453915682.2338.python-list@python.org> |
On Wed, Jan 27, 2016 at 10:14 AM, Ian Kelly <ian.g.kelly@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
Back to top | Article view | comp.lang.python
csiph-web