pexpect / ptyprocess

Run a subprocess in a pseudo terminal
https://ptyprocess.readthedocs.io/en/latest/
Other
217 stars 71 forks source link

Add pass_fds parameter to PtyProcess:spawn() #49

Closed eugpermar closed 5 years ago

eugpermar commented 5 years ago

Same format as subprocess.Popen

eugpermar commented 5 years ago

Hi! Previous travis tests failed because of ubuntu 14.04 dash file descriptor limit. Updated with bash, could you please re-launch travis?

eugpermar commented 5 years ago

Hi! I think I've addressed both comments, could you take a look?

takluyver commented 5 years ago

Thanks

eugpermar commented 5 years ago

Thank you! As soon as pexpect tests download this feature from pip, I will continue PR https://github.com/pexpect/pexpect/pull/546 :smile: