[issue35238] Alleviate memory reservation of fork_exec in subprocess.Popen via forkserver

Antoine Pitrou report at bugs.python.org
Mon Dec 17 15:50:15 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure I understand the proposed solution. Do you mean you would replace this:

  Parent -> forkserver -> fork child then exec

with:

  Parent -> forkserver -> posix_spawn child?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list