pub(crate) unsafe fn inner(
slf: *mut PyObject,
other: *mut PyObject,
op: c_int,
f: Func,
) -> *mut PyObjectExpand description
Non-generic inner function to ensure only one trampoline instantiated
§Safety
The interpreter must be attached