is there a reason we use `os.spawnve` rather than ...
# development
h
is there a reason we use
os.spawnve
rather than the
subprocess
infrastructure to actually create the new pantsd process in https://github.com/pantsbuild/pants/blob/master/src/python/pants/pantsd/process_manager.py#L749 ?