Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EmPy interpreter shutdown on construction error (#663)
If the interpreter fails to construct, we don't want to reference it later. Instead, create a separate try/finally block to deal with interpreter shutdown.
- Loading branch information