Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedAug 3, 2025
edited by bedevere-appbot
Loading

  • 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().

…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().
@serhiy-storchaka
Copy link
MemberAuthor

!buildbot32

@serhiy-storchaka
Copy link
MemberAuthor

!buildbot 32

@bedevere-bot
Copy link

🤖 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:32

The builders matched are:

  • wasm32-wasi Non-Debug PR
  • wasm32-wasi PR
  • wasm32 WASI 8Core PR

@encukouencukou added the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelAug 6, 2025
@bedevere-bot
Copy link

🤖 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.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelAug 6, 2025
Copy link
Member

@encukouencukou left a 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.

@serhiy-storchakaserhiy-storchaka added the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelAug 6, 2025
@bedevere-bot
Copy link

🤖 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-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelAug 6, 2025
@serhiy-storchakaserhiy-storchaka added the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelAug 6, 2025
@bedevere-bot
Copy link

🤖 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.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelAug 6, 2025
@serhiy-storchakaserhiy-storchaka merged commitbaefaa6 intopython:mainAug 7, 2025
121 of 122 checks passed
@miss-islington-app
Copy link

Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 7, 2025
…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>
@serhiy-storchakaserhiy-storchaka deleted the resource-setrlimit-large branchAugust 7, 2025 08:06
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 7, 2025
…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>
@bedevere-app
Copy link

GH-137506 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelAug 7, 2025
@bedevere-app
Copy link

GH-137507 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelAug 7, 2025
serhiy-storchaka added a commit that referenced this pull requestAug 7, 2025
…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>
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull requestAug 19, 2025
…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().
vstinner pushed a commit that referenced this pull requestOct 7, 2025
…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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@encukouencukouencukou left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@serhiy-storchaka@bedevere-bot@encukou

[8]ページ先頭

©2009-2025 Movatter.jp