mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
Backed out changeset c4c1c4bc8086
This commit is contained in:
parent
1adc2371b8
commit
383bff4d74
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class BaseSelectorTestCase(unittest.TestCase):
|
||||||
s.unregister(r)
|
s.unregister(r)
|
||||||
s.unregister(w)
|
s.unregister(w)
|
||||||
|
|
||||||
@unittest.skipUnless(hasattr(os, 'dup2'), "need os.dup2()")
|
@unittest.skipUnless(os.name == 'posix', "requires posix")
|
||||||
def test_unregister_after_fd_close_and_reuse(self):
|
def test_unregister_after_fd_close_and_reuse(self):
|
||||||
s = self.SELECTOR()
|
s = self.SELECTOR()
|
||||||
self.addCleanup(s.close)
|
self.addCleanup(s.close)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue