Commit Graph

2 Commits

Author SHA1 Message Date
Billy Keyes
f953f1eb38 subprocess: trace all command execution
Trace all command execution at the time when the command starts.
Previously, only "simple" execution created trace entries, leading to
mysterious gaps in trace logs where time passed but it looked like
nothing was happening.
2020-07-01 12:13:29 -07:00
Taylor Jones
be73bc08dd Fix for #1874
Created subprocess.Cmd wrapper to autoclose any created pipes
Removing original fix for #1860
2017-01-19 09:37:26 -05:00