Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add try-except for process.send_signal so it can work on Windows. (#3…
…1574) The current subprocess_server uses process.send_signal to terminate the process. On Windows, this will raise a ValueError, as .terminate() should be used instead.
- Loading branch information