]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137512: Add new constants in the resource module (GH-137513)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Aug 2025 06:52:45 +0000 (09:52 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Aug 2025 06:52:45 +0000 (08:52 +0200)
commit6e2b9a21305e8d2f7a18d69d4dce334dcf16fc04
tree054124470091445b088196d99694d8e06e31cb13
parent3706ef66eff2b9e24091dbe050f5dbc60785b481
gh-137512: Add new constants in the resource module (GH-137513)

* RLIMIT_NTHR
* RLIMIT_THREADS
* RLIMIT_UMTXP
* RLIM_SAVED_CUR
* RLIM_SAVED_MAX

* Document RLIMIT_PIPEBUF. Other doc fixes.
Doc/library/resource.rst
Doc/whatsnew/3.15.rst
Lib/test/test_resource.py
Misc/NEWS.d/next/Library/2025-08-07-15-07-44.gh-issue-137512.j2or5h.rst [new file with mode: 0644]
Modules/resource.c