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 Neil.Hodgson
Recipients Neil.Hodgson, ethan.furman, ezio.melotti, pitrou, serhiy.storchaka, vstinner
Date 2013-04-03.04:27:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364963239.78.0.701674447593.issue17615@psf.upfronthosting.co.za>
In-reply-to
Content
The common cases are likely to be 1:1, 2:2, and 1:2. There is already a specialisation for 1:1. wmemcmp is widely available but is based on wchar_t so is for different widths on Windows and Unix. On Windows it would handle the 2:2 case.
History
Date User Action Args
2013-04-03 04:27:19Neil.Hodgsonsetrecipients: + Neil.Hodgson, pitrou, vstinner, ezio.melotti, ethan.furman, serhiy.storchaka
2013-04-03 04:27:19Neil.Hodgsonsetmessageid: <1364963239.78.0.701674447593.issue17615@psf.upfronthosting.co.za>
2013-04-03 04:27:19Neil.Hodgsonlinkissue17615 messages
2013-04-03 04:27:19Neil.Hodgsoncreate