wlav / cppyy

Other
384 stars 38 forks source link

Remove deprecated use of llvmfnty in numba extension #195

Closed maximusron closed 9 months ago

maximusron commented 9 months ago

A WIP for the boxing call had two conditions for the Numba class proxy, one for the datamembers and one for the CppFunctionsTypes. (was merged in #177 )

I retained the assert not statement to keep the behaviour the same until the native boxing was figured out(some issues with new() not existing)

This PR gets rid of the import and usage of deprecated llvmfnty