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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1564> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com