[python-win32] Memory leak when importing in embedded python

2008-08-20 Thread mani sabri
Hi Importing some modules[2] in embedded python between Py_NewInterpreter and Py_EndInterpreter[1] cause memory leak. Not all the modules cause leaks (ex sys module) but most of them do! And none of them cause any leak when they are not embedded! What cause this? Is it solveable? Best regards,

Re: [python-win32] Memory leak when importing in embedded python

2008-08-20 Thread Mark Hammond
Hi Importing some modules[2] in embedded python between Py_NewInterpreter and Py_EndInterpreter[1] cause memory leak. Not all the modules cause leaks (ex sys module) but most of them do! And none of them cause any leak when they are not embedded! What cause this? Is it solveable? Its