jpype v1.0.1 Release Notes

Release Date: 2020-07-16 // almost 4 years ago
  • 🚀 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.