Commit a5f6f2ab authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

parents 2fb9ae9d 0e61350d
...@@ -36,6 +36,7 @@ try: ...@@ -36,6 +36,7 @@ try:
except IOError as e: except IOError as e:
if e.errno == errno.ENOSYS: if e.errno == errno.ENOSYS:
raise unittest.SkipTest("kernel doesn't support epoll()") raise unittest.SkipTest("kernel doesn't support epoll()")
raise
class TestEPoll(unittest.TestCase): class TestEPoll(unittest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment