Skip to content

Instantly share code, notes, and snippets.

@loic
Created January 27, 2014 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loic/8645888 to your computer and use it in GitHub Desktop.
Save loic/8645888 to your computer and use it in GitHub Desktop.
print_tb()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 249, in remove
del self.data[k]
print_exc()
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 249, in remove
del self.data[k]
KeyError: <weakref at 0x10eeeb310; dead>
print_tb()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 249, in remove
del self.data[k]
print_exc()
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 249, in remove
del self.data[k]
KeyError: <weakref at 0x10eeeb0a8; dead>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment