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 gvanrossum
Recipients Jim.Jewett, Mark.Shannon, gvanrossum, python-dev, rhettinger, vstinner
Date 2012-03-09.00:50:01
SpamBayes Score 0.00024319255
Marked as misclassified No
Message-id <1331254202.62.0.420547869889.issue14205@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still torn.  Can you implement the counter without adding an extra field to the dict object?  I worry that we'll get the same objection we had when MAL proposed collision counting as a solution to the hash DoS attack.

The numbers 0, 1 and infinity are special; all others are to be treated with skepticism.

I'm prepared to make the current semantic change a 3.3 feature, but I'm not sure it's safe to backport.
History
Date User Action Args
2012-03-09 00:50:02gvanrossumsetrecipients: + gvanrossum, rhettinger, vstinner, Mark.Shannon, python-dev, Jim.Jewett
2012-03-09 00:50:02gvanrossumsetmessageid: <1331254202.62.0.420547869889.issue14205@psf.upfronthosting.co.za>
2012-03-09 00:50:02gvanrossumlinkissue14205 messages
2012-03-09 00:50:01gvanrossumcreate