[issue678264] test_resource fails when file size is limited

R. David Murray report at bugs.python.org
Wed Sep 15 22:03:02 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

As a point of information, on my gentoo linux system without largefile support in the kernel, any value 4294967295 or above results in getrlimit reporting -1.  Any smaller value is set and reported as itself.  (If a sufficiently large value is passed in to setrlimit, an OverflowError results.)

----------

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


More information about the Python-bugs-list mailing list