This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pyscripter
Recipients benjamin.peterson, pyscripter, vstinner, zach.ware
Date 2019-10-07.16:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570465747.29.0.374906822242.issue38398@roundup.psfhosted.org>
In-reply-to
Content
To Victor:

Neither of PyUnicodeUCS2_FromWideChar or PyUnicodeUCS4_FromWideChar is exported.

>>> import ctypes
>>> hasattr(ctypes.pythonapi, "PyUnicode_FromWideChar")
>>> hasattr(ctypes.pythonapi, "PyUnicodeUSC4_FromWideChar")
>>> hasattr(ctypes.pythonapi, "PyUnicodeUSC2_FromWideChar")

all return false on Ubuntu.
History
Date User Action Args
2019-10-07 16:29:07pyscriptersetrecipients: + pyscripter, vstinner, benjamin.peterson, zach.ware
2019-10-07 16:29:07pyscriptersetmessageid: <1570465747.29.0.374906822242.issue38398@roundup.psfhosted.org>
2019-10-07 16:29:07pyscripterlinkissue38398 messages
2019-10-07 16:29:07pyscriptercreate