Problem with win32com

Alex Martelli alex at magenta.com
Thu Aug 10 18:59:44 EDT 2000


"didier.rano" <didier.rano at wanadoo.fr> wrote in message
news:8mv6eo$m26$1 at wanadoo.fr...
> 1. I had already test with dbEngine in global variable, and it is the same
> problem...

OK, so it wasn't that.

> 2. Python haven't garbage collector, only a reference counter.

Reference counting IS garbage collection -- with some trade-offs
versus mark-and-sweep, generational, and other GC techniques, of
course, but GC all the same.

> It is possible that object is reference one more time when variable
database
> is reused after "return", and this new reference cannot be used correctly
?
>
> Bug ?

Sorry, I don't understand your drift.


Alex






More information about the Python-list mailing list