[issue1564] The set implementation should special-case PyUnicode instead of PyString

Raymond Hettinger report at bugs.python.org
Thu Dec 6 22:34:07 CET 2007


New submission from Raymond Hettinger:

Much of the code in setobject.c exactly parallels that in dictobject.c.
 Ideally, we should keep that parallelism by scanning all of the changes
to dictobject.c and applying substantially similar changes to
setobject.c (just the changes that touch the hash tables, not the API
changes).

----------
nosy: +rhettinger

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1564>
__________________________________


More information about the Python-bugs-list mailing list