We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Lest I forget: the master fd created here:
node/tools/test.py
Line 723 in 20d099a
Is leaked to the spawned child here:
Lines 761 to 772 in 20d099a
Fix: the preexec_fn should os.close(pty_out).
preexec_fn
os.close(pty_out)