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 benjamin.peterson
Recipients Arfrever, benjamin.peterson, christian.heimes, georg.brandl, larry, loewis, python-dev, vstinner
Date 2013-10-22.14:25:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382451938.33.0.407687328699.issue18603@psf.upfronthosting.co.za>
In-reply-to
Content
Someone would have to be trying fairly hard to use those functions on Windows because this is in the header:

#ifdef MS_WINDOWS
#define PyOS_strnicmp strnicmp
#define PyOS_stricmp stricmp
#else
#define PyOS_strnicmp PyOS_mystrnicmp
#define PyOS_stricmp PyOS_mystricmp
#endif
History
Date User Action Args
2013-10-22 14:25:38benjamin.petersonsetrecipients: + benjamin.peterson, loewis, georg.brandl, vstinner, larry, christian.heimes, Arfrever, python-dev
2013-10-22 14:25:38benjamin.petersonsetmessageid: <1382451938.33.0.407687328699.issue18603@psf.upfronthosting.co.za>
2013-10-22 14:25:38benjamin.petersonlinkissue18603 messages
2013-10-22 14:25:38benjamin.petersoncreate