MCPcopy Create free account
hub / github.com/pybind/pybind11 / tp_free_impl

Function tp_free_impl

include/pybind11/detail/function_record_pyobject.h:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161inline void tp_free_impl(void *) {
162 pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_free_impl");
163}
164
165inline PyObject *reduce_ex_impl(PyObject *self, PyObject *, PyObject *) {
166 // Deliberately ignoring the arguments for simplicity (expected is `protocol: int`).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected