We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb04515 commit c76cf36Copy full SHA for c76cf36
quaddtype/quaddtype/src/scalar.c
@@ -101,7 +101,7 @@ static PyObject * QuadPrecision_repr(QuadPrecisionObject* self)
101
static void
102
quad_dealloc(QuadPrecDTypeObject *self)
103
{
104
- PyArrayDescr_Type.tp_dealloc((PyObject *)self);
+ Py_TYPE(self)->tp_free((PyObject *)self);
105
}
106
107
PyTypeObject QuadPrecision_Type =
0 commit comments