STATUS: Failure
revision: 8424 ( http://matplotlib.svn.sourceforge.net/matplotlib/?view=rev&rev=8424 )
Files:
lib/matplotlib/_pylab_helpers.py
lib/matplotlib/backends/backend_gtk.py
lib/matplotlib/backends/backend_tkagg.py
lib/matplotlib/pyplot.py
At: Sun 13 Jun 2010 21:06:38
Changed By: efiring
Comments: [3015013] use atexit in _pylab_helpers to ensure orderly shutdown.
It closes all windows; in the case of Tk, this calls the root.destroy()
function, which should prevent the PyEval_RestoreThread error on Win. See
http://mail.python.org/pipermail/python-bugs-list/2002-November/014207.html
This changeset also refactors the close() functionality into
three Gcf methods, fixing a bug (or inconsistency) in which calling
close with a figure number failed to call mpl_disconnect.
For the waterfall display, see http://mpl-buildbot.code.astraw.com/waterfall
For the failed image comparision display, see http://mpl.code.astraw.com/overview.html
- the Matplotlib buildbot
|