-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
PEP 623: Remove wstr from Unicode #92536
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
Comments
FYI the lxml project still uses uses deprecated functions:
Compiler warnings on Python 3.11:
|
Thank you for reporting. I tried to fix it but I don't have enough skill to write compile-time switch in Cython. |
I wrote https://github.com/gevent/gevent/pull/1872/files which has conditional code depending on the Python version. |
Well done! That was a long journey ;-) |
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0. Argument Clinic now also checks for .cpp files (PC/_wmimodule.cpp).
Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.
Feature or enhancement
PEP 623
Linked PRs
The text was updated successfully, but these errors were encountered: