`subprocess.Popen` with no stdout/stderr args uses...
# development
w
subprocess.Popen
with no stdout/stderr args uses a default that is not `sys.stdout`/`sys.stderr`... but is probably the
0, 1, 2
fds (edit: i should confirm this)