JPype 1.0.1
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.