Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unneeded interchange SIGTERM handler (#3635)
This was introduced in PR #2629 to guard against the submit process installing a SIGTERM handler and then that handler being unexpectedly inherited by the interchange via multiprocesssing fork PR #3463 changed the interchange to run as a fresh Python process, which will not inherit SIGTERM handlers, so since then this line has been vestigial. Fixes issue #3588
- Loading branch information