You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like kqueue fds are not duplicated on fork()...
======================================================================
FAIL: testKqueue (tests.fd_remote.RemoteFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 52, in testKqueue
self.checkSubprocessFDs([fd], close=False)
File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 70, in checkSubprocessFDs
self.assertIn(fd, remote_fds)
AssertionError: <local fifo file #3> not found in [0, 1, 2]
----------------------------------------------------------------------
Ran 20 tests in 0.043s
The text was updated successfully, but these errors were encountered:
It looks like kqueue fds are not duplicated on fork()...
The text was updated successfully, but these errors were encountered: