forked from pool/python-JPype1
70d9d1124f0751a758848114836e42861b263b1f111fbd009d41c6fc3f3c2c70
* Support for Python 3.12
* Switched __eq__ and __ne__ operator to use equals rather than
compareTo for comparable objects to avoid exception when
comparing object of different types.
* Fixed segmentation fault when comparing Java Comparable to
primitives.
* Java exceptions that occur in inequality comparisons now map
to Python TypeError.
* Fixed crash when calling subscript on JArray.
* Fixed direct byte buffers not reporting nbytes correctly when
cast to memoryview.
* Expand the defintion for Functional interface to include
classes without FunctionInterface annotation.
* Add additional matching level for derived types to resolve
ambiguities when a derived type is used in place of base
class when determining the method overload. This will
resolve some previous ambiguities between methods.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=13
Description
No description provided
Languages
Diff
100%