[New-bugs-announce] [issue20104] expose posix_spawn(p)

Benjamin Peterson report at bugs.python.org
Wed Jan 1 19:13:20 CET 2014


New submission from Benjamin Peterson:

posix_spawn is a nice, efficient replacement for fork()/exec(). We should expose it and possibly use it in subprocess where possible.

----------
components: Extension Modules
messages: 207137
nosy: benjamin.peterson
priority: normal
severity: normal
stage: needs patch
status: open
title: expose posix_spawn(p)
type: performance
versions: Python 3.5

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


More information about the New-bugs-announce mailing list