Fix signature of "PyUnicode_CompareWithASCIIString" (GH-4344)
"PyUnicode_CompareWithASCIIString()" does not raise exceptions and takes a "const char*" as argument.
Showing
Please register or sign in to comment
"PyUnicode_CompareWithASCIIString()" does not raise exceptions and takes a "const char*" as argument.