mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
propgate error in other conditions
This commit is contained in:
parent
1532c8f9a7
commit
0e61350d3a
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ try:
|
|||
except IOError as e:
|
||||
if e.errno == errno.ENOSYS:
|
||||
raise unittest.SkipTest("kernel doesn't support epoll()")
|
||||
raise
|
||||
|
||||
class TestEPoll(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue