I am trying to create a child process and then send SIGINT to the child without terminating the parent. I tried this:
I have a program which takes a long time to complete. I would like it to be able to catch SIGINT (ctrl-c) and call the self.save_work() method.