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 <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