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 Paul.Price, docs@python, kushal.das, r.david.murray, terry.reedy
Date 2013-03-21.21:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363901631.53.0.902819097671.issue17409@psf.upfronthosting.co.za>
In-reply-to
Content
Terry: well, we're trying to deal with the fact that the setrlimit man page says:

       The  value  RLIM_INFINITY  denotes  no limit on a resource (both in the
       structure returned by getrlimit() and in the structure passed to  setr-
       limit()).

Oh.  RLIM_INFINITY is defined in the module.  Let me update the patch again :)
History
Date User Action Args
2013-03-21 21:33:51r.david.murraysetrecipients: + r.david.murray, terry.reedy, docs@python, Paul.Price, kushal.das
2013-03-21 21:33:51r.david.murraysetmessageid: <1363901631.53.0.902819097671.issue17409@psf.upfronthosting.co.za>
2013-03-21 21:33:51r.david.murraylinkissue17409 messages
2013-03-21 21:33:51r.david.murraycreate