]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_resource on Cygwin (#149903) main
authorVictor Stinner <vstinner@python.org>
Fri, 15 May 2026 23:09:36 +0000 (01:09 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2026 23:09:36 +0000 (23:09 +0000)
commite56ae817e5f3df37a603251641ada5bf182af152
treec5985fc61ed8bf26bfc13a950e478af5a1bfb240
parent1441f2f7351f030ba07c6c6b11be513ad1c9104f
gh-149879: Fix test_resource on Cygwin (#149903)

Setting RLIMIT_FSIZE or RLIMIT_CPU fails with EINVAL on Cygwin.
Lib/test/test_resource.py