Karl Nelson

Results 397 comments of Karl Nelson

It does appear that nulls will present a problem. Looking through the code the issue was introduced because the original in 0.6.2 just took the Java encoded string and passed...

It is possible with some modifications. In android we use an existing JVM to run JPype. It is just a matter to some patching the startJVM and the C++ to...

It is possible though you would need to make a few changes. In line 69 for ``jpype/__init__.py`` you can see that it will run embedded if it finds bootstrap in...

Not sure how we can support exception reporting without a replacement API for PyFrameObject.

It was pointed out that we need a formal method to construct a stacktrace and register it as part of a cause chain in the past. Unfortunately, I have had...

A public method for creating a stack trace would be helpful. Though it would also be helpful to add a stackframe to the current traceback as well. We get a...

@vstinner I looked at it does not appear that PyObject_GC_New will work for us. The issue is that we need to add extra memory to the end of the object...

@vstinner I should mention that even if I can get the Traceback method working, it is going to be very suboptimal. The issue is that Python is demanding that the...

@pelson can you try #1087?

I have tried for multiple days and I really don't see much hope for 3.11 as they plan to release. They have completely closed off the ability to allocate a...