• Martin v. Löwis's avatar
    Patch #445762: Support --disable-unicode · 339d0f72
    Martin v. Löwis yazdı
    - Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled
    - check for Py_USING_UNICODE in all places that use Unicode functions
    - disables unicode literals, and the builtin functions
    - add the types.StringTypes list
    - remove Unicode literals from most tests.
    339d0f72
modsupport.c 9.8 KB