• Martin Panter's avatar
    Issue #25764: Skip the test on OS X · f7fdbdab
    Martin Panter authored
    The OS X buildbots were failing at the second setrlimit() call with EPERM, as
    if they were trying to raise the hard limit. The call should be keeping the
    hard limit the same and raising the soft limit back to its original value, so
    I don't understand the failure.
    f7fdbdab
test_subprocess.py 107 KB