Max Elfner

Results 16 comments of Max Elfner

Thanks for the quick reply. I think the object case is not so important, but creating a string matrix would be nice in some cases. Is there any workaround right...

So a quick adaption of the tests leave me a bit stupid: Using the same approach on 1D arrays works, either using `JArray(JString)` or `JArray(JObject)` Is this due to memory...

FWIW, when memory is not an issue the two below work - however a reference to the initial array is lost ```python # JStrings work with object and numpy str...

Thanks for the quick reply - this actually explains it. The 3rd party software actually seems to rely on a System.exit() call which points to some threads not exiting well...

Sadly, halt does not return to the interpreter - it pretty much behaves like exit. Let me think out loud here: Would it be possible to expose the *old* method...

I took the freedom and built a working version. Not pretty but a start. If you want I can do a PR and / or edit further https://github.com/max3-2/jpype/tree/max3-2-enablingDebugShutdownFlag

I do see this is more complicated. I don't think it will be perfect but keeping the current solution does work in most of the cases. The additional solution would...

First of all thanks for the work! I am always positively surprised and impressed with the development effort specifically on python packages! I will but I guess it will be...

Well I managed my VPN to get going so I was able to run a quick test here. I unregistered any custom python `atexit` methods there were in MPh and...

Can I (humbly) ask whats the progress on this one especially regrading #937 seems to be a valid fix..? While there are workarounds, none of them are very elegant.