Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Is there a way to make the deprecations fatal at compile time?
Sorry, something went wrong.
MNT: migrate away from deprecated c-api
0a84765
The new macros were added in py33 so all versions of Python we support have them. closes matplotlib#17629
707fccf
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: