-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
gh-137044: Support large limit values in getrlimit() and setrlimit() #137338
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. |
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.
Co-authored-by: Petr Viktorin <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.