[ZODB-Dev] Relstorage Blob support and Oracle
Shane Hathaway
shane at hathawaymix.org
Fri Jun 10 05:19:29 EDT 2011
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
More information about the ZODB-Dev
mailing list