Gregory P. Smith <g...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10802>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to