SIGN IN SIGN UP

[3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (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 baefaa6cba1d69efd2f930cdc56bca682c54b139)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
M
Miss Islington (bot) committed
8905f7a99bd9c2851bec9db1d09bc4e1820b5f7d
Parent: 751a890
Committed by GitHub <noreply@github.com> on 8/7/2025, 9:37:02 AM