[issue21594] asyncio.create_subprocess_exec raises OSError

Guido van Rossum report at bugs.python.org
Mon Jun 2 18:19:05 CEST 2014


Guido van Rossum added the comment:

I'm not sure. Running out of file descriptors is really not something a
library can handle on its own -- this needs to be kicked back to the app to
handle. E.g. by pacing itself, or closing some connections, or changing the
system limit... The library really can't know what to do, and just waiting
until the condition magically clears seems asking for mysterious hangs.

On Mon, Jun 2, 2014 at 7:30 AM, STINNER Victor <report at bugs.python.org>
wrote:

>
> Changes by STINNER Victor <victor.stinner at gmail.com>:
>
>
> ----------
> nosy: +giampaolo.rodola, gvanrossum, pitrou, yselivanov
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue21594>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list