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 [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
