On Mon, 1 Feb 2021 at 17:19, Christian Heimes <christ...@python.org> wrote:
> How much software actually uses wchar_t these days and interfaces with
> Python? Do you have examples for software that uses wchar_t and would
> benefit from wchar_t support in Python?

This is very much a drive-by comment (I haven't been following this
thread) so ignore me if this is already covered, but Windows APIs use
wchar_t extensively. I routinely work with wchar_t when interfacing
Windows API code and Python. But I have no idea what this PEP is
proposing to drop, so as long as someone has ensured that the PEP
won't adversely affect working with Windows APIs, I'm happy.

Paul
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/STBXVKV7SB7M55AIL7D34IYKXGTMFWCM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to