[Python-Dev] Re: When can we remove wchar_t* cache from string?

2020年6月16日 02:32:16 -0700

On 2020年6月15日 11:22:09 +0100
Mark Shannon <[email protected]> wrote:
> 
> I don't like this approach.
> Adding compile time options means we need to test more versions, but is 
> no help to end users as they will end up with the release version anyway.
I agree with Mark. This sounds less pointless complication and undue
maintenance overhead.
I would like to propose the opposite approach. Simply remove those
functions and the wchar_t cache now. They have been deprecated since
3.3. Yes, there's going to be a bit of pain for a couple downstream
projects (mostly Cython), but it should be minor anyway.
Regards
Antoine.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/UIUNG7N6MSNTL32SUHJ3VMC4HSOWJEGD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to