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 loewis
Recipients lemburg, loewis, pitrou, python-dev, vstinner
Date 2011-10-13.12:22:59
SpamBayes Score 0.023974732
Marked as misclassified No
Message-id <1318508579.99.0.189416123823.issue13134@psf.upfronthosting.co.za>
In-reply-to
Content
I think the >1 character sizes are overly complex in this patch, and still memchr isn't typically used for them. So I suggest to simplify the code and restrict it to 1-byte chars only.
History
Date User Action Args
2011-10-13 12:23:00loewissetrecipients: + loewis, lemburg, pitrou, vstinner, python-dev
2011-10-13 12:22:59loewissetmessageid: <1318508579.99.0.189416123823.issue13134@psf.upfronthosting.co.za>
2011-10-13 12:22:59loewislinkissue13134 messages
2011-10-13 12:22:59loewiscreate