You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to delay propegating SIGINT to child process
Fixestox-dev#1497
Ctrl+C sends a SIGTERM to both Tox and the running process, causing the
running process to receive the signal twice once tox passes it along.
This can often cancel or interfer with the process's cleanup.
Instead, add an option to allow a process to suicide before sending the
SIGTERM.
Co-Authored-By: Stefan H. Holek <[email protected]>
0 commit comments