| 726 | } |
| 727 | PyObject *r = p_PyObject_Call(unwrap_pyobject(f), tup, d); |
| 728 | p_Py_DecRef(tup); |
| 729 | p_Py_DecRef(d); |
| 730 | return ok_owned_or_err(r); |
| 731 | } |
| 732 | |
| 733 | /* ------------------------------------------------------------------ */ |
| 734 | /* Modules and globals */ |
nothing calls this directly
no test coverage detected