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 Neil.Hodgson, ethan.furman, ezio.melotti, georg.brandl, pitrou, serhiy.storchaka, vstinner
Date 2013-04-03.19:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365016771.82.0.206650268132.issue17615@psf.upfronthosting.co.za>
In-reply-to
Content
"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."

I don't know if wmemcmp() can be used if wchar_t type is signed. Is there an OS with signed wchar_t? If yes, we need to check if wchar_t is signed in configure.

On Windows, wchar_t size is 16 bits, whereas it is 32 bits on Mac OS X and Linux (and most OSes).
History
Date User Action Args
2013-04-03 19:19:31vstinnersetrecipients: + vstinner, georg.brandl, pitrou, ezio.melotti, ethan.furman, serhiy.storchaka, Neil.Hodgson
2013-04-03 19:19:31vstinnersetmessageid: <1365016771.82.0.206650268132.issue17615@psf.upfronthosting.co.za>
2013-04-03 19:19:31vstinnerlinkissue17615 messages
2013-04-03 19:19:31vstinnercreate