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 Pavel.Labath, alex, emaste, koobs, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2015-02-24.14:27:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424788055.07.0.741504444428.issue23458@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, the test also fails on Mac OS X Tiger:

http://buildbot.python.org/all/builders/x86%20Tiger%202.7/builds/2944/steps/test/logs/stdio



======================================================================
FAIL: test_urandom_fd_non_inheritable (test.test_os.URandomTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/2.7.bolen-tiger/build/Lib/test/test_os.py", line 597, in test_urandom_fd_non_inheritable
    self.assertEqual(open_fds - set(range(3)), set())
AssertionError: Items in the first set but not the second:
5


Why do we still maintain these old operating systems? :-p
History
Date User Action Args
2015-02-24 14:27:35vstinnersetrecipients: + vstinner, rhettinger, pitrou, alex, python-dev, serhiy.storchaka, koobs, emaste, Pavel.Labath
2015-02-24 14:27:35vstinnersetmessageid: <1424788055.07.0.741504444428.issue23458@psf.upfronthosting.co.za>
2015-02-24 14:27:35vstinnerlinkissue23458 messages
2015-02-24 14:27:34vstinnercreate