[issue19187] Use a set for interned strings

Serhiy Storchaka report at bugs.python.org
Wed Oct 9 21:49:32 CEST 2013


Serhiy Storchaka added the comment:

I afraid that adding new parameter to the set_contains_key function will slow down other set operations. It will be better return a key as the result of the function (NULL if not found).

----------

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


More information about the Python-bugs-list mailing list