[issue17409] resource.setrlimit doesn't respect -1

R. David Murray report at bugs.python.org
Wed Mar 13 18:27:11 CET 2013


R. David Murray added the comment:

Since it says "maximum possible limit", I think -1 is the maximum system limit, not the maximum value a particular process is allowed to use.  If that is true the error message is presumably accurate.  And if that's true it needs to be clarified in the docs...and perhaps an enhancement request added.  But my guess might be wrong, too.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17409>
_______________________________________


More information about the Python-bugs-list mailing list