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 pitrou
Recipients alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, pitrou, python-dev, socketpair, vstinner
Date 2011-05-22.19:13:40
SpamBayes Score 0.0011914967
Marked as misclassified No
Message-id <1306091621.32.0.409787248038.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
And apparently some buildbot doesn't like it:
http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/57/

======================================================================
FAIL: test_oscloexec (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_posix.py", line 315, in test_oscloexec
    self.assertTrue(fcntl.fcntl(fd, fcntl.F_GETFD) & fcntl.FD_CLOEXEC)
AssertionError: 0 is not true
History
Date User Action Args
2011-05-22 19:13:41pitrousetrecipients: + pitrou, georg.brandl, amaury.forgeotdarc, vstinner, neologix, socketpair, python-dev, petri.lehtinen, alexey-smirnov
2011-05-22 19:13:41pitrousetmessageid: <1306091621.32.0.409787248038.issue12105@psf.upfronthosting.co.za>
2011-05-22 19:13:40pitroulinkissue12105 messages
2011-05-22 19:13:40pitroucreate