This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients gvanrossum, rhettinger
Date 2007-12-06.21:34:07
SpamBayes Score 0.32584858
Marked as misclassified No
Message-id <1196976847.86.0.393118950326.issue1564@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2007-12-06 21:34:08rhettingersetspambayes_score: 0.325849 -> 0.32584858
recipients: + rhettinger, gvanrossum
2007-12-06 21:34:07rhettingersetspambayes_score: 0.325849 -> 0.325849
messageid: <1196976847.86.0.393118950326.issue1564@psf.upfronthosting.co.za>
2007-12-06 21:34:07rhettingerlinkissue1564 messages
2007-12-06 21:34:07rhettingercreate