• da-woods's avatar
    Disable USE_UNICODE_WRITER for Limited API and Py3.11 (GH-4480) · 31fc0490
    da-woods authored
    For the Limited API, I'm not sure why USE_UNICODE_WRITER was ever
    the default - PyObject_Format() is part of the Limited API so
    should clearly be preferred.
    
    Python 3.11 hid _PyLong_FormatAdvancedWriter and
    _PyFloat_FormatAdvancedWriter. I've disabled USE_UNICODE_WRITER
    for the moment but I suspect we want to find replacements in the longer term.
    31fc0490
ModuleSetupCode.c 65 KB