Y
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
sophacles
3693 days ago
in py2 it's a builtin, so just: intern(thing)
link