]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329) (GH-154334)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 07:17:48 +0000 (09:17 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 07:17:48 +0000 (10:17 +0300)
commit0fd12095b3174bb3e622f07604fe0e9a57509863
tree085b1f156088c73289cbe74ca1983abe0733be4d
parent4f55c53a87412bef7579f00aafc705ab5c3c66c5
[3.15] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329) (GH-154334)

Solaris silently converts resource limits that do not fit in a signed
64-bit integer to RLIM_INFINITY.
(cherry picked from commit 202c4c88ed5cb68ba41c54ad91e99c5585debdb4)

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