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 vstinner
Recipients lemburg, loewis, pitrou, python-dev, vstinner
Date 2011-10-11.21:23:26
SpamBayes Score 0.046758424
Marked as misclassified No
Message-id <1318368207.51.0.482258691736.issue13134@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   72874:bfd3fcfb02f3
user:        Victor Stinner <victor.stinner@haypocalc.com>
date:        Tue Oct 11 23:22:22 2011 +0200
files:       Objects/stringlib/asciilib.h Objects/stringlib/fastsearch.h Objects/stringlib/stringdefs.h Objects/stringlib/ucs1lib.h Objects/stri
description:
Fix fastsearch for UCS2 and UCS4

 * If needle is 0, try (p[0] >> 16) & 0xff for UCS4
 * Disable fastsearch_memchr_1char() if needle is zero for UCS2 and UCS4
History
Date User Action Args
2011-10-11 21:23:27vstinnersetrecipients: + vstinner, lemburg, loewis, pitrou, python-dev
2011-10-11 21:23:27vstinnersetmessageid: <1318368207.51.0.482258691736.issue13134@psf.upfronthosting.co.za>
2011-10-11 21:23:26vstinnerlinkissue13134 messages
2011-10-11 21:23:26vstinnercreate