[issue47245] Subprocess with vfork() is broken

Марк Коренберг report at bugs.python.org
Wed Apr 6 16:30:00 EDT 2022


Марк Коренберг <socketpair at gmail.com> added the comment:

Rewriting in a way that guarantee no stack (and heap) usage. Because stack is shared between child and parent. It seems there is no crossplatform way. Happily we can use some code like I wrote by link in the first message. OR, stick to posix_nspawn which is cross-platform.

----------

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


More information about the Python-bugs-list mailing list