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 tim.peters
Recipients Zeturic, josh.r, tim.peters
Date 2020-10-08.03:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602127261.85.0.144769274445.issue41972@roundup.psfhosted.org>
In-reply-to
Content
Also reproduced on 64-bit Win10 with just-released 3.9.0.

Note that string search tries to incorporate a number of tricks (pieces of Boyer-Moore, Sunday, etc) to speed searches.  The "skip tables" here are probably computing a 0 by mistake. The file here contains only 2 distinct byte values, and the relatively huge string to search for has only 1, so there's plenty of opportunity for those tricks to get confused ;-)
History
Date User Action Args
2020-10-08 03:21:01tim.peterssetrecipients: + tim.peters, josh.r, Zeturic
2020-10-08 03:21:01tim.peterssetmessageid: <1602127261.85.0.144769274445.issue41972@roundup.psfhosted.org>
2020-10-08 03:21:01tim.peterslinkissue41972 messages
2020-10-08 03:21:01tim.peterscreate