Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: describe child.kill() pitfalls on linux
This commit refines the documentation around child.kill(), where kill attempts against shells will lead to unexpected results. Namely, on linux the child process of a child process will not terminate, when its parent gets terminated. This is different across the the platforms. PR-URL: #2098 Reviewed-By: Benjamin Gruenbaum <[email protected]> Closes: #2098
- Loading branch information