When I use Python under Windows. I found some file handles are not closed,
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Tue Nov 1 16:22:25 EDT 2011
En Mon, 31 Oct 2011 12:57:15 -0300, 罗勇刚(Yonggang Luo)
<luoyonggang-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> escribió:
> How did detecting where those handlers are created to tracing it and
> close
> it.
> Mainly because I was using C binding library(subvertpy) and file is not
> closed.
A better place to ask is python-list at python.org
Please include the Python version you're using. Also, a small, complete,
runnable code example showing the problem would be very valuable. Usually,
in building such example, you may well find out where your problem is.
--
Gabriel Genellina
More information about the Python-list
mailing list