Closed aaronj0 closed 1 year ago
@sudo-panda @wlav @vgvassilev Improved this fix by departing from generating fixed strings and avoiding multiple calls to CompareMethodArgType. The restructered ArgMatch algorithm in cppyy-backend (this PR) can now handle any combination of ref/const(or any qualifier) ref/ptr types using clang::QualType functions.
Closing since changes in CPyCppyy are no longer required
Part of getting the right
__overload__
match on the numba side when the args are passed by ref/ptr to an overload @sudo-panda @wlav