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 alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, pitrou, python-dev, socketpair, vstinner
Date 2011-05-23.11:52:31
SpamBayes Score 0.0022745086
Marked as misclassified No
Message-id <1306151552.4.0.978827203205.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
> My commit bff9265d677d will tell use the value of O_CLOEXEC on the
> "Linux-2.6.22-vs2.2.0.7-gentoo-..." buildbot.

Here you have:
"AssertionError: 0 is not true : CLOEXEC flag not set (O_CLOEXEC=0x80000)"

It's the same value on my Debian Sid. So we cannot test O_CLOEXEC value, we have to check the kernel version.
History
Date User Action Args
2011-05-23 11:52:32vstinnersetrecipients: + vstinner, georg.brandl, amaury.forgeotdarc, pitrou, neologix, socketpair, python-dev, petri.lehtinen, alexey-smirnov
2011-05-23 11:52:32vstinnersetmessageid: <1306151552.4.0.978827203205.issue12105@psf.upfronthosting.co.za>
2011-05-23 11:52:31vstinnerlinkissue12105 messages
2011-05-23 11:52:31vstinnercreate