pexpect / ptyprocess

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

Read error in PtyTestCase::test_pass_fds #64

Closed bobrik closed 3 years ago

bobrik commented 3 years ago

Without this on macOS the child process becomes a zombie, because parent never reaps it after exit.

bobrik commented 3 years ago

cc @eugpermar

bobrik commented 3 years ago

65 adds CI jobs for macOS to catch this sort of thing in the future.

takluyver commented 3 years ago

Thanks