Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Python 3.12 removed the last batch of C functions related to the oldPy_UNICODE
type. But the type itself is still part of the C API. It is still used in some area of the Python code base where thewchar_t
type should be used instead.
I propose to deprecate thePy_UNICODE
type and schedule its removal in Python 3.15. This type should not be used since Python 3.3:PEP 393.