Re: [python-win32] Memory Leak in Threaded COM Object

2013-05-06 Thread Mark Hammond
On 4/05/2013 8:04 AM, Michael Watson wrote: I am creating a COM client within a thread and performing several operations with this client. Each thread is spawned from a server that uses Python's |socketserver| module which has built-in threading support. When I am loading and using this COM obje

Re: [python-win32] Memory Leak in Threaded COM Object [SEC=UNOFFICIAL]

2013-05-05 Thread Andrew MacIntyre
http://www.acma.gov.au/ From: python-win32 [mailto:python-win32-bounces+andrew.macintyre=acma.gov...@python.org] On Behalf Of Michael Watson Sent: Saturday, 4 May 2013 8:05 AM To: python-win32@python.org Subject: [python-win32] Memory Leak in Threaded COM Object I am creating a COM client

[python-win32] Memory Leak in Threaded COM Object

2013-05-03 Thread Michael Watson
I am creating a COM client within a thread and performing several operations with this client. Each thread is spawned from a server that uses Python's socketserver module which has built-in threading support. When I am loading and using this COM object there is an expected spike in memory usage by