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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22309>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to