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 438015d commit e9cca0bCopy full SHA for e9cca0b
unit/memleak_gui.py
@@ -1,6 +1,8 @@
1
#!/usr/bin/env python
2
'''
3
This illustrates a leak that occurs with any interactive backend.
4
+
5
+Run with : python memleak_gui.py -dGTKAgg # or TkAgg, etc..
6
7
import os, sys, time
8
import gc
0 commit comments