Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support EmPy 4.x configuration API (#665)
There isn't a clean way to configure EmPy the way we need to which is compatible with both EmPy 3.x and 4.x. Unfortunately, this means that we'll need to have separate code paths. Additionally, EmPy 4.x doesn't take the `name` argument to Interpreter.string(). From what I can tell, it wasn't used for anything interesting anyway. In particular, exception traces still contain `<string>` instead of the file name.
- Loading branch information