[New-bugs-announce] [issue34663] Support POSIX_SPAWN_USEVFORK flag in posix_spawn

Pablo Galindo Salgado report at bugs.python.org
Thu Sep 13 14:11:38 EDT 2018


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

In some systems, posix_spawn has an optional flag (POSIX_SPAWN_USEVFORK) that is GNU specific and allows the user to force posix_spawn to spawn the child using vfork instead of fork. This is very beneficial as it gives great speedups compare with normal fork+execv.

----------
components: Extension Modules
messages: 325272
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Support POSIX_SPAWN_USEVFORK flag in posix_spawn
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list