According to the note in the documentation for _new_session, looks like a new group should be created even for the False case.
But in practice, when executing a command without _new_session=True, no new process group is created.
macOS 14.6.1
sh 2.0.7
python 3.12.5
According to the note in the documentation for
_new_session, looks like a new group should be created even for theFalsecase.But in practice, when executing a command without
_new_session=True, no new process group is created.macOS 14.6.1
sh 2.0.7
python 3.12.5