Ned Deily added the comment:

"As a simple check, does the following work on OSX ?
 >>> limit = resource.getrlimit(resource.RLIMIT_NOFILE)
 >>> resource.setrlimit(resource.RLIMIT_NOFILE, limit)"

It doesn't produce an exception.

"Does the attached patch solve this?"

With the patch, test_selectors no longer fails.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18963>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to