On 5/16/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:

Rotem should simply avoid to fork() in the toplevel code of a module.


this is not what happened.
we called subprocess which itself called fork.

as a subprocess bug this could be easily fixed by moving the import in "os._execve".
we have made that fix locally and it fixes the problem.

cheers

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to