Kushal Das added the comment: 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 ---------- nosy: +kushaldas _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17409> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com