this test manages the fds itself

This commit is contained in:
Benjamin Peterson 2010-10-31 01:19:53 +00:00
parent bf0757137f
commit d8fc2e1aeb
1 changed files with 1 additions and 0 deletions

View File

@ -2597,6 +2597,7 @@ class SignalsTest(unittest.TestCase):
t = threading.Thread(target=_read)
t.daemon = True
r, w = os.pipe()
fdopen_kwargs["closefd"] = False
try:
wio = self.io.open(w, **fdopen_kwargs)
t.start()