Skip to content

Instantly share code, notes, and snippets.

@matburt
Created June 25, 2010 21:20
Show Gist options
  • Save matburt/453455 to your computer and use it in GitHub Desktop.
Save matburt/453455 to your computer and use it in GitHub Desktop.
test = [dict() for i in xrange(2500000)]
[test.pop() for i in xrange(len(test))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment