[issue16595] Add resource.prlimit

Giampaolo Rodola' report at bugs.python.org
Tue Dec 10 19:27:41 CET 2013


Giampaolo Rodola' added the comment:

Just received this report on psutil bug tracker:
https://code.google.com/p/psutil/issues/detail?id=455
It seems os.prlimit() is affected by the same problem:

>>> import resource
>>> resource.RLIM_INFINITY
-1
>>>

----------
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list