>I do that and the memory always increase. >If I comment the module loads the memory stay stable, but if I load the >modules the memory increases and never return to the previous level. How are you running your scripts? If using PyImport, try Py_DECREF the returned module objects before you call Py_Finalize.