You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(c_types): Enable setting the numeric C type from CAny
Enable setting the C type for numeric type wrappers from the `CAny`
adapter class. This allows functions that use `CAny`, instead of the
type-specific `C*` classes, to specify the C types that will be used to
represent numeric Python types.
PR: #29
Signed-off-by: Kostis Papazafeiropoulos <papazof@gmail.com>
Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk>
Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
0 commit comments