[New-bugs-announce] [issue22309] distutils/spawn.py handle fork() not implemented.

John Malmberg report at bugs.python.org
Sat Aug 30 23:10:37 CEST 2014


New submission from John Malmberg:

Distutils currently can not handle a Posix platform that does not implement fork().

This patch retries with the _spawn_nt to use the spawn() methods if fork() is not implemented.

A platform that does not implement fork() can provide spawn*() methods for python to use.

----------
components: Distutils
files: lib_distutils_spawn_py.gdiff
messages: 226151
nosy: John.Malmberg, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: distutils/spawn.py handle fork() not implemented.
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file36510/lib_distutils_spawn_py.gdiff

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


More information about the New-bugs-announce mailing list