Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cca0b commit 36a9881Copy full SHA for 36a9881
1 file changed
unit/memleak_gui.py
@@ -1,8 +1,12 @@
1
#!/usr/bin/env python
2
'''
3
This illustrates a leak that occurs with any interactive backend.
4
+Run with :
5
+
6
+ > python memleak_gui.py -dGTKAgg # or TkAgg, etc..
7
8
+You may need to edit cbook.report_memory to support your platform
9
-Run with : python memleak_gui.py -dGTKAgg # or TkAgg, etc..
10
11
import os, sys, time
12
import gc
0 commit comments