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 vstinner
Recipients Giovanni.Bajo, georg.brandl, gregory.p.smith, milko.krachounov, ned.deily, paul.moore, vstinner
Date 2010-12-11.17:02:56
SpamBayes Score 0.03324555
Marked as misclassified No
Message-id <1292086977.17.0.501061213058.issue7213@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess-cloexec-atomic-py3k.patch:

+case $ac_sys_system in
+  GNU*|Linux*)
+      AC_CHECK_FUNC(pipe2, AC_DEFINE(HAVE_PIPE2, 1, [Define if the OS supports pipe2()]), )
+esac
 
I think that you can remove the test on the OS name. AC_CHECK_FUNC() doesn't hurt if the function doesn't exist. Other OS may have pipe2().
History
Date User Action Args
2010-12-11 17:02:57vstinnersetrecipients: + vstinner, georg.brandl, gregory.p.smith, paul.moore, ned.deily, milko.krachounov, Giovanni.Bajo
2010-12-11 17:02:57vstinnersetmessageid: <1292086977.17.0.501061213058.issue7213@psf.upfronthosting.co.za>
2010-12-11 17:02:56vstinnerlinkissue7213 messages
2010-12-11 17:02:56vstinnercreate