On 9/14/06, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
> So that I know that it does not matter, would you please try adding
> "close_fds=True" among the subprocess.Popen() arguments, and try again?

It doesn't seem to matter.  I changed it to this:

        p = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
                             stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
                             close_fds=True)

and it still crashes.
_______________________________________________
Svnmerge mailing list
[email protected]
http://www.orcaware.com/mailman/listinfo/svnmerge

Reply via email to