Skip to content

JPype 0.7.4

Compare
Choose a tag to compare
@Thrameos Thrameos released this 29 Apr 03:38
· 1230 commits to master since this release

This is a quick fix release to deal with a memory leak in array handling which allowed arrays to escape garbage collection when created from Python or as part of variable argument methods.

  • Corrected a resource leak in arrays that affects array initialization, and variable
    argument methods.

  • Upgraded diagnostic tracing and JNI checks to prevent future resource leaks.