SteveUM
SteveUM
I will test this issue against the 2.7.8 beta and report findings.
Finally got a chance to test this against 2.7.8 binaries. Same problem. Found more information though. The problem starts in the *LightThrowCompile* method in *FunctionCode.cs.* When the callback function is...
We've had more time in look into this issue. It appears that this problem occurs when: - hosting IPy from a C# application - a hosted python script calls a...
Although we don't import many modules, we've only found the issue when using ctypes. I'm sure you're correct that it happens to more than just ctypes. For the work around,...
I have seen somewhat similar issues. See my issues #278 and #241. I believe (but not sure) that you should create a single instance of the python engine and reuse...
Lazlo. I found this a while back on the IPy [mail list](http://python.6.x6.nabble.com/how-to-generate-multiple-concurrent-scriptign-engines-td2205810.html): "As long as you have a ScriptScope per thread, you should be able to share the ScriptEngine &...