Created
January 27, 2014 09:54
-
-
Save loic/8645888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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