[issue18603] PyOS_mystricmp unused and no longer available

Benjamin Peterson report at bugs.python.org
Tue Oct 22 16:25:38 CEST 2013


Benjamin Peterson added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18603>
_______________________________________


More information about the Python-bugs-list mailing list