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 serhiy.storchaka
Recipients christian.heimes, eric.snow, lemburg, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2013-08-15.07:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376551462.51.0.635502273586.issue17628@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps it worth manually inline unicode_eq() in these tight inner loops. Then we can move "PyUnicode_GET_LENGTH(a) * PyUnicode_KIND(a)" out of the loop.
History
Date User Action Args
2013-08-15 07:24:22serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, rhettinger, pitrou, vstinner, christian.heimes, eric.snow
2013-08-15 07:24:22serhiy.storchakasetmessageid: <1376551462.51.0.635502273586.issue17628@psf.upfronthosting.co.za>
2013-08-15 07:24:22serhiy.storchakalinkissue17628 messages
2013-08-15 07:24:22serhiy.storchakacreate