Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I remember we ran into this same problem when I first wrote the timeout code. which is why the stdin=subprocess.PIPE was originally there.
Comment Actions
lgtm if you say this fixes it. But do you know why the stdin=subprocess.PIPE necessary? The subprocess should never even receive any stdin should it?