jsnps

Results 4 issues of jsnps

Hey, I noticed that a reraised exception is handled slightly differently in jep, is this expected? ``` @Test public void testReraise() throws JepException { try (SharedInterpreter interpreter = new SharedInterpreter())...

Hey, Is it possible to pass some caught JepException back into python to handle the original python exception in python code? I've read that Jep is able to throw back...

Hey, Jep seems to allow entering back into java from a separate python thread, but if an exception occurs it's not properly handled, and the java stack trace is lost...

Hey guys, we want to migrate our Python API in our Eclipse tool from Python 2 to Python 3. So far we have been using Jython, but as Jython is...