Code: Select all
>>> subprocess.Popen(['echo','Hello world'])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "PYTHON:Lib/subprocess.py", line 594, in __init__
errread, errwrite)
File "PYTHON:Lib/subprocess.py", line 101, in _execute_child
self._set_cloexec_flag(errpipe_write)
File "PYTHON:Lib/subprocess.py", line 973, in _set_cloexec_flag
old = fcntl.fcntl(fd, fcntl.F_GETFD)
IOError: [Errno 78] Function not implemented
>>>
Who is maintaining the Python port? Where is the source repository, and where can patches be sent?