[issue8761] PyUnicode_CompareWithASCIIString name is not mangled (UCS2, UCS4)

2010-10-24 Thread STINNER Victor
STINNER Victor added the comment: Fixed by r85827. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___ ___

[issue8761] PyUnicode_CompareWithASCIIString name is not mangled (UCS2, UCS4)

2010-05-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: It's fine to apply to 3.2. -- nosy: +loewis resolution: -> accepted ___ Python tracker ___ ___ Pyt

[issue8761] PyUnicode_CompareWithASCIIString name is not mangled (UCS2, UCS4)

2010-05-18 Thread STINNER Victor
New submission from STINNER Victor : In unicodeobject.h, you can see: # define PyUnicode_CompareWithASCII PyUnicodeUCS2_CompareASCII ... # define PyUnicode_CompareWithASCII PyUnicodeUCS4_CompareWithASCII ... PyAPI_FUNC(int) PyUnicode_CompareWithASCIIString( PyObject *left, const char *ri