This release fixes some minor bugs and potential memory leaks.
What's Changed
- Add missing JNI frame pop when checking for functional interfaces. by @bsteffensmeier in #632
- Fix reference counting for PyList_SetItem by @wr-web in #636
- correct handling of unsigned int32 numpy arrays, fixes #639 by @ndjensen in #640
- Guard NULL from GetStringUTFChars in raiseTypeError by @SAY-5 in #646
New Contributors
Full Changelog: v4.3.1...v4.3.2