[Tutor] How to log process handles and GDI objects in python

2013-02-08 Thread Pai, Yogesh M
Hi, I would like to know how can I log system process handles and GDI objects for debugging memory leak issues in python. I would like to log these inside a loop (stress test) to check if my application leaks handles and plot them later for my usage. Can you suggest any built in libraries that c

Re: [Tutor] How to log process handles and GDI objects in python

2013-02-10 Thread Pai, Yogesh M
-Original Message- From: Tutor [mailto:tutor-bounces+yogesh.m.pai=tektronix@python.org] On Behalf Of Alan Gauld Sent: Friday, February 08, 2013 5:02 PM To: tutor@python.org Subject: Re: [Tutor] How to log process handles and GDI objects in python On 08/02/13 09:06, Pai, Yogesh M wrote: >