Skip to content

Instantly share code, notes, and snippets.

@Snegovikufa
Created February 17, 2015 03:51
Show Gist options
  • Save Snegovikufa/16eabf158ad905262222 to your computer and use it in GitHub Desktop.
Save Snegovikufa/16eabf158ad905262222 to your computer and use it in GitHub Desktop.
Identify memory leaks in python
from pympler import refbrowser
ib = refbrowser.InteractiveBrowser(root)
ib.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment