Charles-François Natali <neolo...@free.fr> added the comment:

> And apparently some buildbot doesn't like it

Linux-2.6.22-vs2.2.0.7-gentoo-i686-Intel-R-_Xeon-TM-_CPU_2.80GHz-with-gentoo-2.0.1
 little-endian

O_CLOEXEC support was added to Linux 2.6.23: this means that the libc defines 
it while the kernel doesn't support it (it's probably defined as 0).
I could either add some voodoo configure checks to ensure that O_CLOEXEC is 
indeed supported, or just skip the test on Linux kernels older than 2.6.23. I 
prefer the later option, it's much simpler and less error-prone. Sure, it will 
make O_CLOEXEC available while the kernel doesn't support it on some 
configurations, but since it's a libc issue...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12105>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to