[issue46335] asyncio.create_subprocess_exec throws RuntimeError yet still executes subprogram

Clint Olsen report at bugs.python.org
Tue Jan 11 13:51:56 EST 2022


Clint Olsen <clint.olsen at gmail.com> added the comment:

In a multi-user environment, you should not expect to be able to spawn infinite processes. In some cases system administrators have reduced the thresholds to values that guarantee a machine is still responsive under heavy load. See limits.conf(5) as an example.

I just used ulimit to synthesize this situation.

Does this make sense?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46335>
_______________________________________


More information about the Python-bugs-list mailing list