Skip to content

[3.15] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329)#154334

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-202c4c8-3.15
Jul 21, 2026
Merged

[3.15] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329)#154334
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-202c4c8-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…4329)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label Jul 21, 2026
@serhiy-storchaka
serhiy-storchaka merged commit 0fd1209 into python:3.15 Jul 21, 2026
56 checks passed
@miss-islington
miss-islington deleted the backport-202c4c8-3.15 branch July 21, 2026 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants