Ben Steffensmeier
Ben Steffensmeier
#594 has been merged into the dev_4.3 branch which resolves the problems with isolated sub-interpreters when calling `set()` multiple times. I don't currently have a use case that needs sub-interpreters...
> * Isolated sub-interpreters seems to be stable on windows now (at least with pre-loading of all code into a shared interpreter first so all internal structures would grow to...
> This brings another question though: Do I need a formal pip install jep so everything else beside the binaries also works? Maybe this is the reason of crash on...
> Why does interpreter enters interactive mode in the first place when running in eclipse? I have never seen this behavior. I currently develop jep in eclipse on a Mac...
In some cases this can be solved by setting PYTHONHOME or using [PyConfig.setPythonHome()](https://ninia.github.io/jep/javadoc/4.2/jep/PyConfig.html#setPythonHome-java.lang.String-). In some cases LD_PRELOAD may be required when other native python libraries depend on libpython but do...
Although jep has not been tested with no-gil versions of python I would still expect you to at least be able to load the library. Since you are setting python...
> You wrote a wall of text but my brain is wired into the old way of using Jep. Does this essentially removes the threading limitations of Jep? Because another...
> Here are some spontaneous naming ideas: ThreadInterpreter, AttachedInterpreter, LinkedInterpreter, BoundInterpreter, ShadowInterpreter, ProxyInterpreter, FriendInterpreter Thanks for all the ideas. I am really liking BoundInterpreter right now. AttachedInterpreter would be my...
This appears to be the same crash reported in #593. We have a fix in the dev_4.3 branch. It would be very helpful if you could checkout the dev_4.3 branch...
Thank you for providing complete example code for your problem, I was able to try your code and I see the same crash. I haven't had time to dive into...