Using `signal.SIGINT` to send a signal to a sub-process isn't supported on WIN32, replace with `signal.CTRL_BREAK_EVENT`.