This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2012-12-02.11:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354446881.9.0.288115855459.issue16595@psf.upfronthosting.co.za>
In-reply-to
Content
Linux has an additional function to setrlimit and getrlimit which supports to query and/or modify resource limits of another process.

http://www.kernel.org/doc/man-pages/online/pages/man2/getrlimit.2.html

The patch implements resource.prlimit(pid, resource[, limits]) on all platforms that have a prlimit() function. I haven't included the regenerated configure script. You have to run autoreconf in order to test the new function.
History
Date User Action Args
2012-12-02 11:14:42christian.heimessetrecipients: + christian.heimes
2012-12-02 11:14:41christian.heimessetmessageid: <1354446881.9.0.288115855459.issue16595@psf.upfronthosting.co.za>
2012-12-02 11:14:41christian.heimeslinkissue16595 messages
2012-12-02 11:14:41christian.heimescreate