gh-137044: Support large limit values in getrlimit() and setrlimit()#137338
gh-137044: Support large limit values in getrlimit() and setrlimit()#137338serhiy-storchaka merged 8 commits intopython:mainfrom
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().
|
!buildbot 32 |
|
!buildbot 32 |
|
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 7c1fea7 🤖 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:
|
|
🤖 New build scheduled with the buildbot fleet by @encukou for commit 7c1fea7 🤖 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. |
encukou
left a comment
There was a problem hiding this comment.
This looks great, thank you! If the buildbots agree, please merge.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
|
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 4774421 🤖 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. |
|
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 2446870 🤖 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. |
|
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 commit baefaa6) 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 commit baefaa6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-137506 is a backport of this pull request to the 3.14 branch. |
|
GH-137507 is a backport of this pull request to the 3.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 commit baefaa6) 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 commit baefaa6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.