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 r.david.murray
Recipients BreamoreBoy, ajaksu2, loewis, mdr0, nnorwitz, r.david.murray, sable
Date 2010-09-15.20:03:00
SpamBayes Score 0.00045171165
Marked as misclassified No
Message-id <1284580982.98.0.416446600835.issue678264@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2010-09-15 20:03:03r.david.murraysetrecipients: + r.david.murray, loewis, nnorwitz, mdr0, sable, ajaksu2, BreamoreBoy
2010-09-15 20:03:02r.david.murraysetmessageid: <1284580982.98.0.416446600835.issue678264@psf.upfronthosting.co.za>
2010-09-15 20:03:00r.david.murraylinkissue678264 messages
2010-09-15 20:03:00r.david.murraycreate