]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16595: Add prlimit() to resource module
authorChristian Heimes <christian@cheimes.de>
Tue, 22 Oct 2013 09:21:54 +0000 (11:21 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 22 Oct 2013 09:21:54 +0000 (11:21 +0200)
commitb7bd5df809aabaf857eb51b139d5e519d8b3c364
treed4fb23b4eca52906c84473365a6a0e44c792a7e4
parent6fc79bf813de21015208d989e38cdc95bda03292
Issue #16595: Add prlimit() to resource module
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit
of other processes.
Doc/library/resource.rst
Doc/whatsnew/3.4.rst
Lib/test/test_resource.py
Misc/NEWS
Modules/resource.c
configure
configure.ac
pyconfig.h.in