]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since
authorNed Deily <nad@acm.org>
Tue, 17 Mar 2015 22:18:07 +0000 (15:18 -0700)
committerNed Deily <nad@acm.org>
Tue, 17 Mar 2015 22:18:07 +0000 (15:18 -0700)
commit9e52735d22a431d5c043a0c6eae13e9ae73c372f
tree9b67abda7cfbade60373656c733ab0b68a2b6136
parent4f3395f7eb88bfd63ad4a5f28748eacdfe4b6eb6
Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since
FD_CLOEXEC is not supported there.
Lib/test/test_os.py
Lib/test/test_support.py