Disable USE_UNICODE_WRITER for Limited API and Py3.11 (GH-4480)
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.
Showing
Please register or sign in to comment