On 06/10/2011 02:53 AM, Hanno Schlichting wrote:
> This looks like the typical problem, where some code opens a file
> without explicitly closing it. But instead relies on garbage
> collection to do the job during __del__ of the file object. That
> generally doesn't work well on Windows.

Yes, that's exactly the problem.  What to do about it is not obvious.  I 
can't just ignore it.

Shane
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to