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 neologix
Recipients ned.deily, neologix, python-dev, r.david.murray
Date 2013-09-08.10:21:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2i6u2-8nLtiYa_0Z-KPz2qvhES08nhFSQKvTEdV58QHg@mail.gmail.com>
In-reply-to <3cXnRL3NBHz7LjR@mail.python.org>
Content
I knew this wouldn't be so easy with OS X...

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/6916/steps/test/logs/stdio

======================================================================
ERROR: test_above_fd_setsize (test.test_selectors.PollSelectorTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/unittest/case.py",
line 56, in testPartExecutor
    yield
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/unittest/case.py",
line 528, in doCleanups
    function(*args, **kwargs)
ValueError: not allowed to raise maximum limit

----------------------------------------------------------------------

Basically, we can't restore RLIMIT_NOFILE to its original value (from
the cleanup callback): since this works on Ned's machine, I assume
this has been fixed in recent OS X versions.
So I'll restore the requires_mac_vers() decorator.
History
Date User Action Args
2013-09-08 10:21:36neologixsetrecipients: + neologix, ned.deily, r.david.murray, python-dev
2013-09-08 10:21:36neologixlinkissue18963 messages
2013-09-08 10:21:35neologixcreate