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.

作者 pitrou
收信人 docs@python, giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka, vstinner
日期 2013-10-21.19:46:15
SpamBayes Score -1.0
Marked as misclassified
Message-id <1382384743.2487.29.camel@fsol>
In-reply-to <1382384583.15.0.0282469575897.issue19270@psf.upfronthosting.co.za>
内容
> 4. Mixed strategy. First use identity search, then equality search,
> and only if found several equals events fallback to slow variant. This
> is too complicated. It will work as expected in most normal cases, but
> in rare cases... This behavior would hard to document and understand.

You're right. So perhaps this should simply be documented as is.
历史
日期 用户 动作 参数
2013-10-21 19:46:15pitrou修改recipients: + pitrou, rhettinger, vstinner, giampaolo.rodola, docs@python, serhiy.storchaka
2013-10-21 19:46:15pitrou链接issue19270 messages
2013-10-21 19:46:15pitrou创建