Clean up of the declarations in the target_functions.relax_fit C module.
The Python list objects are now declared at the start of the functions, and then PyList_New() is
called later on. This allows the code to compile on certain Windows systems.
........