-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
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
Remove Py_UNICODE APIs except PEP 623 #85295
Comments
# APIs relating to wstr Since some APIs did not have Py_DEPRECATE until 3.9 (see #65140), it can not be removed in 3.10. I wrote PEP-623 for them. This issue doesn't about them. # Deprecated since Python 3.3, and not documented. In Python 3.3 what's new:
These functions are not documented. But they has Py_DEPRECATED(3.3) from Python 3.6. # Deprecated since Python 3.3 with document Some APIs has document with
a) Can we replace 4.0 with 3.10 and remove them in 3.10? |
I chose this because they are deprecated since 3.3, and Py_DEPRECATED is used since 3.6. |
APIs have /* Py_DEPRECATED(3.3) */
|
I confirmed PyUnicode_GetMax is not used in top4000 packages. |
PyUnicode_AsUnicodeCopy is not used in top 4000 packages. Let's remove it too. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: