Re: [Matplotlib-users] filehandle leaks in matplotlib 0.91.1

2007-12-06 Thread Jörgen Stenarson
Michael Droettboom skrev: > I'm on a Linux box (I'm assuming you're on Windows, since you mentioned > Process Explorer), and I wasn't able to find any file handle "leaks", as > such, but I did see that font files were being opened many more times > than they need to be. > > If you're able to ru

Re: [Matplotlib-users] filehandle leaks in matplotlib 0.91.1

2007-12-05 Thread Michael Droettboom
I'm on a Linux box (I'm assuming you're on Windows, since you mentioned Process Explorer), and I wasn't able to find any file handle "leaks", as such, but I did see that font files were being opened many more times than they need to be. If you're able to run from Subversion, r4633 has a fix for

[Matplotlib-users] filehandle leaks in matplotlib 0.91.1

2007-12-05 Thread Jörgen Stenarson
hi, I think the new 0.91.1 has some kind of file handle leak at least when using python 2.4, tkagg, and within ipython. Using process explorer to look at filehandles opened by python then I get about 25 new open handles to vera.ttf per %run of the following script. from pylab import * figure(