[issue7224] One obvious way to do interning

Nick Coghlan report at bugs.python.org
Wed Nov 4 14:46:32 CET 2009


Nick Coghlan <ncoghlan at gmail.com> added the comment:

If the idea is to create the "one obvious way" for interning, calling
the method and corresponding C function "intern" isn't painting a
bikeshed, it's meeting the design spec :)

Adding a new method also avoids a whole host of issues with the Set ABC.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7224>
_______________________________________


More information about the Python-bugs-list mailing list