commit | 8f6aa48cb2dc827a2cb76e35e91bf02d099875c5 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Oct 21 21:47:07 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 21 21:47:07 2021 -0700 |
tree | f3ca1765ec77f9aa31deb0bc90d7866e3ef648f7 | |
parent | 9b3cda56870d087cf50f605e91f3d26964868640 [diff] |
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) Raise RLIMIT_NOFILE in test.libregrtest. On macOS the default is often too low for our testsuite to succeed. Co-authored by reviewer: Victor Stinner (cherry picked from commit 843b890334ca30cf6af27dffe29cecd06b49f7d9) Co-authored-by: Gregory P. Smith <greg@krypto.org>