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

R. David Murray report at bugs.python.org
Thu Mar 21 22:43:22 CET 2013


R. David Murray added the comment:

Here's a patch that adds RLIMIT_INFINITY and uses it.  This constant exists in 2.7 and Python3, but has not been previously documented.

----------
Added file: http://bugs.python.org/file29535/setrlimit_doc.patch

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


More information about the docs mailing list