[issue7224] One obvious way to do interning

Antoine Pitrou report at bugs.python.org
Wed Oct 28 10:33:02 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

A simple way to try and see a difference would be to import lot of modules.

By the way, you shouldn't call it _PySet_Add(), it would cause confusion
with the existing PySet_Add(). _PySet_Intern() would be fine.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list