diff --git a/psycopg/adapter_pdecimal.c b/psycopg/adapter_pdecimal.c index 6bcccb58..3112b8f6 100644 --- a/psycopg/adapter_pdecimal.c +++ b/psycopg/adapter_pdecimal.c @@ -180,7 +180,7 @@ pdecimal_del(PyObject* self) static PyObject * pdecimal_repr(pdecimalObject *self) { - return PyString_FromFormat("", + return PyString_FromFormat("", self); }