• Martin Panter's avatar
    Issue #25764: Skip the test on OS X · bbada753
    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.
    bbada753
test_subprocess.py 107 KB