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 kushal.das
Recipients Paul.Price, kushal.das, r.david.murray, terry.reedy
Date 2013-03-18.01:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363568680.12.0.0266698863926.issue17409@psf.upfronthosting.co.za>
In-reply-to
Content
On Fedora 17, x86_64

./python 
Python 3.4.0a0 (default:fb50eb64e097, Feb 22 2013, 11:43:18) 
[GCC 4.7.2 20120921 (Red Hat 4.7.2-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import resource
[92450 refs, 32257 blocks]
>>> resource.setrlimit(resource.RLIMIT_NOFILE, (10, -1))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: not allowed to raise maximum limit
History
Date User Action Args
2013-03-18 01:04:40kushal.dassetrecipients: + kushal.das, terry.reedy, r.david.murray, Paul.Price
2013-03-18 01:04:40kushal.dassetmessageid: <1363568680.12.0.0266698863926.issue17409@psf.upfronthosting.co.za>
2013-03-18 01:04:40kushal.daslinkissue17409 messages
2013-03-18 01:04:39kushal.dascreate