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 xiang.zhang
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-12.16:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481561346.89.0.745268220078.issue28921@psf.upfronthosting.co.za>
In-reply-to
Content
> The code looks too complex.

It is if looking at the patch alone. But the skill is used across stringlib and the only thing new is the bitwise operation.

str/bytes.count is not critical but not bad if it could be optimized and especially the effect is significant for long data.

I am not favour of rejecting it now but set priority to low.
History
Date User Action Args
2016-12-12 16:49:06xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-12-12 16:49:06xiang.zhangsetmessageid: <1481561346.89.0.745268220078.issue28921@psf.upfronthosting.co.za>
2016-12-12 16:49:06xiang.zhanglinkissue28921 messages
2016-12-12 16:49:06xiang.zhangcreate