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

Raymond Hettinger report at bugs.python.org
Sun Dec 9 18:15:33 CET 2007


Raymond Hettinger added the comment:

The patch doesn't parallel what was done for dicts.  The code in 
dictobject.c does not use a macro.  It special cases for PyUnicode but 
not PyString.  Please submit a patch that mirrors what was done for 
dicts.

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


More information about the Python-bugs-list mailing list