Skip to content

Commit e9cca0b

Browse files
committed
added a modified version of erics memleak script for guis
svn path=/trunk/matplotlib/; revision=3133
1 parent 438015d commit e9cca0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unit/memleak_gui.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python
22
'''
33
This illustrates a leak that occurs with any interactive backend.
4+
5+
Run with : python memleak_gui.py -dGTKAgg # or TkAgg, etc..
46
'''
57
import os, sys, time
68
import gc

0 commit comments

Comments
 (0)