This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients georg.brandl, gregory.p.smith, kaizhu
Date 2011-01-02.02:58:51
SpamBayes Score 2.3251343e-06
Marked as misclassified No
Message-id <1293937135.34.0.0161724850397.issue10802@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-01-02 02:58:55gregory.p.smithsetrecipients: + gregory.p.smith, georg.brandl, kaizhu
2011-01-02 02:58:55gregory.p.smithsetmessageid: <1293937135.34.0.0161724850397.issue10802@psf.upfronthosting.co.za>
2011-01-02 02:58:52gregory.p.smithlinkissue10802 messages
2011-01-02 02:58:51gregory.p.smithcreate