Re: [python-win32] Garbage collection of dispatched classes withdispatched classes

2006-04-05 Thread Metz, Bobby W, WCS
that way, so thatnks for that. Bobby -Original Message- From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 1:04 AM To: Metz, Bobby W, WCS; python-win32@python.org Subject: RE: [python-win32] Garbage collection of dispatched classes withdispatched classes >

Re: [python-win32] Garbage collection of dispatched classes withdispatched classes

2006-04-05 Thread Mark Hammond
> Hi, I'm hoping someone might provide some COM dispatching > insights as I'm relatively new to it in Python. Does using static > binding provide for better garbage collection when the dispatched class > has dispatched classes of it's own? Nope - it should make no difference. > The nitty g