Why is Python's intern built-in only for strings? It should be possible to extend intern to classes that are hashable and comparable, right?
Why is Python's intern built-in only for strings? It should be possible to extend intern to classes that are hashable and comparable, right?