Adam Olsen <rha...@gmail.com> added the comment:

I don't have any direct opinions on this, as it is just a bandaid.  fork, as 
defined by POSIX, doesn't allow what we do with it, so we're reliant on great 
deal of OS and library implementation details.  The only portable and robust 
solution would be to replace it with a unified fork-and-exec API that's 
implemented directly in C.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to