Open ronaldoussoren opened 2 years ago
pyobjc-framework-SecurityInterface/Modules/_SecurityInterface.m: This contains an API returning AuthorizationRights*
and which requires dynamic memory allocation to enable implementations in Python. As users are unlikely to ever need to do this I'm skipping this file.
The new method for creating method IMPs should make it easier to provide IMPs for every method with a custom caller.
Files using
PyObjCUnsupportedMethod_IMP
: