Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-137044: Support large limit values in getrlimit() and setrlimit()#137338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-137044: Support large limit values in getrlimit() and setrlimit()#137338
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…mit()* Return large limit values as positive integers instead of negative integers in resource.getrlimit().* Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().
!buildbot32 |
!buildbot 32 |
bedevere-bot commentedAug 3, 2025
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit7c1fea7 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137338%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
bedevere-bot commentedAug 6, 2025
🤖 New build scheduled with the buildbot fleet by@encukou for commit7c1fea7 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137338%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This looks great, thank you! If the buildbots agree, please merge.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
bedevere-bot commentedAug 6, 2025
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit4774421 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137338%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
bedevere-bot commentedAug 6, 2025
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit2446870 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137338%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
baefaa6 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…mit() (pythonGH-137338)* Return large limit values as positive integers instead of negative integers in resource.getrlimit().* Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().(cherry picked from commitbaefaa6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…mit() (pythonGH-137338)* Return large limit values as positive integers instead of negative integers in resource.getrlimit().* Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().(cherry picked from commitbaefaa6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-137506 is a backport of this pull request to the3.14 branch. |
GH-137507 is a backport of this pull request to the3.13 branch. |
…imit() (GH-137338) (GH-137507)* Return large limit values as positive integers instead of negative integers in resource.getrlimit().* Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().(cherry picked from commitbaefaa6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…mit() (pythonGH-137338)* Return large limit values as positive integers instead of negative integers in resource.getrlimit().* Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().
…imit() (GH-137338) (#137506)gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338)* Return large limit values as positive integers instead of negative integers in resource.getrlimit().* Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().(cherry picked from commitbaefaa6)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.