os/signal: tests: use raise instead of kill(self)
Because on Windows os.kill unconditionally terminates target process, even if own self, instead of sending it any kind of signal.
Showing
Please register or sign in to comment
Because on Windows os.kill unconditionally terminates target process, even if own self, instead of sending it any kind of signal.