Skip to content

Instantly share code, notes, and snippets.

@shazow
Created April 4, 2017 17:22
Show Gist options
  • Save shazow/5bf9885685b87956e9fb30b859def144 to your computer and use it in GitHub Desktop.
Save shazow/5bf9885685b87956e9fb30b859def144 to your computer and use it in GitHub Desktop.
Debug Python memory leaks
collections.Counter(str(type(obj)) for obj in gc.get_objects())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment