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 ned.deily
Recipients ned.deily, neologix, r.david.murray
Date 2013-09-08.08:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378630754.24.0.501183554425.issue18963@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2013-09-08 08:59:14ned.deilysetrecipients: + ned.deily, r.david.murray, neologix
2013-09-08 08:59:14ned.deilysetmessageid: <1378630754.24.0.501183554425.issue18963@psf.upfronthosting.co.za>
2013-09-08 08:59:14ned.deilylinkissue18963 messages
2013-09-08 08:59:14ned.deilycreate