We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cf98a commit d9be40eCopy full SHA for d9be40e
Lib/test/test_pty.py
@@ -231,8 +231,6 @@ def test_fork(self):
231
os._exit(2)
232
os._exit(4)
233
else:
234
- flags = fcntl.fcntl(master_fd, fcntl.F_GETFD)
235
- cloexec_set = bool(flags & fcntl.FD_CLOEXEC)
236
flags = fcntl.fcntl(master_fd, fcntl.F_GETFD)
237
self.assertTrue(flags & fcntl.FD_CLOEXEC)
238
debug("Waiting for child (%d) to finish." % pid)
0 commit comments