[issue10802] python3.2 AFTER b2 release has subprocess.Popen broken under colinux/windows

Gregory P. Smith report at bugs.python.org
Sun Jan 2 03:58:55 CET 2011


Gregory P. Smith <greg at krypto.org> added the comment:

The only thing that could cause this error is if the Modules/_posixsubprocess.c subprocess_cloexec_pipe function fails either in the pipe2() call or if HAVE_PIPE2 is not defined one of the fcntl() calls.

Can you look to see if HAVE_PIPE2 is defined?

I suspect it is but the colinux/windows environment should apperently not define it.  configure.in magic will be needed to make sure it does not get defined there.

Is your bugreport accurate?  This function was included in 3.2b2 so the failure should be the same in both versions.  As far as I can see nothing else has changed that should impact that.  Did you rerun configure properly on your colinux install?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10802>
_______________________________________


More information about the Python-bugs-list mailing list