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 ned.deily, neologix, r.david.murray
Date 2013-09-07.22:32:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378593141.55.0.388686838068.issue18963@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue issue 17409.

The code isn't setting it to RLIM_INFINITY explicitly, though, so this must mean that OSX is reporting an infinite hard limit when the hard limit is not in fact infinite.  Seems like this is an OSX bug that we will have to work around somehow.  Maybe in getrlimit, by doing the max(OPEN_MAX, rlim_max) dance suggested by the osx man page.
History
Date User Action Args
2013-09-07 22:32:21r.david.murraysetrecipients: + r.david.murray, ned.deily, neologix
2013-09-07 22:32:21r.david.murraysetmessageid: <1378593141.55.0.388686838068.issue18963@psf.upfronthosting.co.za>
2013-09-07 22:32:21r.david.murraylinkissue18963 messages
2013-09-07 22:32:21r.david.murraycreate