Closed
Description
See here.
matplotlib/src/ft2font_wrapper.cpp
Lines 638 to 640 in f80d56e
PyUnicode_GET_SIZE, PyUnicode_AsUnicode, and Py_UNICODE are deprecated.
We are planning to remove them in Python 3.11.
Please replace them with PyUnicode_GET_LENGTH, PyUnicode_READ, and Py_UCS4.
Metadata
Metadata
Assignees
Labels
No labels