Created
January 3, 2017 17:41
-
-
Save exarkun/e9f2e88b907c841ceddcba8865b09420 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
| >>> import weakref | |
| >>> hash(weakref.WeakKeyDictionary()) | |
| Traceback (most recent call last): | |
| File "<stdin>", line 1, in <module> | |
| TypeError: 'NoneType' object is not callable | |
| >>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment