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

Function tp_alloc_impl

include/pybind11/detail/function_record_pyobject.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151inline PyObject *tp_alloc_impl(PyTypeObject *, Py_ssize_t) {
152 pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_alloc_impl");
153 // return nullptr; // Unreachable.
154}
155
156inline int tp_init_impl(PyObject *, PyObject *, PyObject *) {
157 pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_init_impl");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected