Sorry, something went wrong.
There was a problem hiding this comment.
Wow, that's a lot of code that will eventually be removed here. Nice!
Sorry, something went wrong.
|
@serhiy-storchaka Would you split this pull request? |
Sorry, something went wrong.
|
@serhiy-storchaka Would you split this pull request? |
Sorry, something went wrong.
|
https://bugs.python.org/issue36346 is closed. What is the status of this PR? |
Sorry, something went wrong.
|
No longer actual after merging #92537. |
Sorry, something went wrong.
Add two compile time options: HAVE_UNICODE_WCHAR_CACHE and
USE_UNICODE_WCHAR_CACHE.
USE_UNICODE_WCHAR_CACHE makes the interpreter not using the
wchar_t cache and the legacy Unicode C API.
HAVE_UNICODE_WCHAR_CACHE removes the wchar_t cache and the
legacy Unicode C API that depends on it.
https://bugs.python.org/issue36346