Hacker News new | ask | show | jobs
by SEJeff 3694 days ago
And in python 3, you can do this manually with sys.intern()
1 comments

in py2 it's a builtin, so just: intern(thing)