]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jul 2026 06:39:44 +0000 (09:39 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 06:39:44 +0000 (06:39 +0000)
commit202c4c88ed5cb68ba41c54ad91e99c5585debdb4
tree0f8fb36a288fc865f324384297ea8f209d55f25b
parent25fea6d64e194c8998f5752e74b646354dbd7a57
gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329)

Solaris silently converts resource limits that do not fit in a signed
64-bit integer to RLIM_INFINITY.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_resource.py