Karl Nelson

Results 397 comments of Karl Nelson

I should note that because https://peps.python.org/pep-0697/ is not in 3.11 my only choice is to mess with the GC stuff as there is no mechanism to safely allocate extra memory...

Sorry about that. Yes it appears that I checked in to Thrameos/master rather than the branch I wanted. Current I show one fail... ```========================================================================================================= FAILURES ========================================================================================================= __________________________________________________________________________________________ JCallerSensitiveCase.testStackWalker2 ___________________________________________________________________________________________ >...

@pelson Given that I managed to get the tests to pass except one I think that we may just lose some diagnostics which would be a shame, but perhaps not...

Everything now passes. As far as testing I don't think that exception tracing through a JImplements was ever working. The main thing to check is if a Java exception reports...

@pelson I found the issue with the broken test. So I have a fully working copy for 3.11. Now we just need to get the multi version going and we...

@marscher Some background on this. Python 3.11 removed a number of internal methods that we were using. These methods were used because the Python API is completely deficient in some...

Our testing matrix checks common leak paths in objects. This particular spot is on types not general objects, so it only really leaks after the JVM is shutdown which is...

@marscher I wpuld look to you regarding this decision. I would be fine with releasing a new patch or new minor with the fixes. I can start the build process...

Will do. Thanks.

Yep. Have looked at that API, but it doesn't exist for Py 3.11 so we are stuck because our old method using private functions doesn't work. Worse it appears this...