On 21 Nov 2003 at 9:45, Brian Kelley wrote: > >>globals.storage = None
> I should point out that using this method to explicitely close the > storage is really exploiting python's garbage collector. While it works > in Python 2.3 and below it may not work in python 2.4 and above. That's > what I meant by a "cheap" solution. However, given the lack of > storage.close() there are few alternatives. No, that's not gc, that's just ref counting (but maybe that's what you meant). -- Gordon _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
