Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

would be nice to have an api to interrupt or kill a process group #61

Open
sourcefrog opened this issue Feb 1, 2022 · 0 comments
Open

Comments

@sourcefrog
Copy link

Today subprocess gives you a way on unix to put the child in a new process group but, I think, if you terminate or kill it you will only signal the direct child. It would be nice to also expose a safe interface to killpg.

(It's not a big deal as you can do the equivalent through libc or nix but it might be nice.)

@sourcefrog sourcefrog changed the title would be nice to have an api to create a process group would be nice to have an api to interrupt or kill a process group Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant