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.
Authored by: bugman 2014-08-27
Parent: [r25343]
Child: [r25345]