[issue22309] distutils/spawn.py handle fork() not implemented.

John Malmberg report at bugs.python.org
Sun Aug 31 16:22:45 CEST 2014


John Malmberg added the comment:

Note that Python directly supports Unixes which supply fork() and Microsoft Windows that supplies spawn*() methods.

So as long as a platform supports either the fork() or the the Microsoft Windows spawn() methods, there should not be barriers implementing Python on it even if that platform is not directly supported.

----------

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


More information about the Python-bugs-list mailing list