[issue22601] asyncio: loop.run_forever() should consume exception of the temporary task

STINNER Victor report at bugs.python.org
Sat Oct 11 14:23:41 CEST 2014


STINNER Victor added the comment:

I tried to reply to Guido on Rietveld but I got an HTTP error 500.

Guido wrote:
> LGTM.

Cool, I will commit my change to Tulip & Python.

> In the long run I think we'll need to revisit the decision to not catch
> BaseException in a few places. There are quite a few issues around these, if the
> app *does* catch them and keeps going there may be some confused states.

There is at least another issue: #22429.

----------

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


More information about the Python-bugs-list mailing list