◐ Shell
clean mode source ↗

gh-151496: Use process groups in test_dtrace by vstinner · Pull Request #151512 · python/cpython

Create a new process group to run bpftrace commands, so it's possible
to kill also child processes on timeout.

@vstinner

stratakis

stratakis

@vstinner

vstinner added a commit that referenced this pull request

Jun 17, 2026
)

gh-151496: Use process groups in test_dtrace (GH-151512)

Create a new process group to run bpftrace commands, so it's possible
to kill also child processes on timeout.
(cherry picked from commit a064b32)

Co-authored-by: Victor Stinner <vstinner@python.org>

philthompson10 pushed a commit to philthompson10/cpython that referenced this pull request

Jun 17, 2026
Create a new process group to run bpftrace commands, so it's possible
to kill also child processes on timeout.