Restored the Py_INCREF() function call in the relaxation curve-fitting C module.
This was deleted at r12632 along with Py_XDECREF() and Py_DECREF() calls. The absence of a
Py_INCREF() function call causes the module to crash the Python interpreter under certain
conditions. The problem was found in the relax_disp branch.