Skip to content

JPype 1.0.1

Compare
Choose a tag to compare
@Thrameos Thrameos released this 16 Jul 16:30

This is a single issue patch release for compatibility with Python 3.8.4.

  • Workarounds for Python 3.8.4 release. Python altered logic regarding the use of __setattr__ for object and type, preventing it from being used to alter derived classes. Also the checking for errors was delegated from the __setattr__ method so exception types on some sanity checks needed to be updated accordingly.