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 gvanrossum, neologix, r.david.murray, vstinner, yselivanov
Date 2014-07-16.01:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405473953.65.0.121027963528.issue21901@psf.upfronthosting.co.za>
In-reply-to
Content
rdmurray@pydev:~/python/p34>python -c 'import resource; print(resource.getrlimit(resource.RLIMIT_NOFILE))'
(1024L, 1048576L)

Unfortunately the buildbot box is offline at the moment and it may be a bit before I can get it back, so I can't compare the results above with that VM.
History
Date User Action Args
2014-07-16 01:25:53r.david.murraysetrecipients: + r.david.murray, gvanrossum, vstinner, neologix, yselivanov
2014-07-16 01:25:53r.david.murraysetmessageid: <1405473953.65.0.121027963528.issue21901@psf.upfronthosting.co.za>
2014-07-16 01:25:53r.david.murraylinkissue21901 messages
2014-07-16 01:25:53r.david.murraycreate