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 josh.r
Recipients josh.r, pitrou, rhettinger, serhiy.storchaka
Date 2015-01-23.11:57:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422014236.01.0.685234011333.issue23282@psf.upfronthosting.co.za>
In-reply-to
Content
Does it slow down other cases? Seems to me like dictionaries would have more "existing key lookups" than sets to justify the optimization, since they're used for attribute lookup and the like, and because you usually want the value associated with existing keys, where a set would usually be used in a "might exist, might not" scenario of membership testing.
History
Date User Action Args
2015-01-23 11:57:16josh.rsetrecipients: + josh.r, rhettinger, pitrou, serhiy.storchaka
2015-01-23 11:57:16josh.rsetmessageid: <1422014236.01.0.685234011333.issue23282@psf.upfronthosting.co.za>
2015-01-23 11:57:15josh.rlinkissue23282 messages
2015-01-23 11:57:15josh.rcreate