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:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570466191.0.0.22134720563.issue38398@roundup.psfhosted.org>
In-reply-to
Content
>>> sys.version
'2.7.16 (default, Oct  7 2019, 17:16:30) \n[GCC 7.4.0]'
>>> ctypes.pythonapi.PyUnicodeUCS4_FromWideChar
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/ctypes/__init__.py", line 379, in __getattr__
    func = self.__getitem__(name)
  File "/usr/local/lib/python2.7/ctypes/__init__.py", line 384, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: python2.7: undefined symbol: PyUnicodeUCS4_FromWideChar
>>>
History
Date User Action Args
2019-10-07 16:36:31pyscriptersetrecipients: + pyscripter, vstinner, benjamin.peterson, zach.ware
2019-10-07 16:36:30pyscriptersetmessageid: <1570466191.0.0.22134720563.issue38398@roundup.psfhosted.org>
2019-10-07 16:36:30pyscripterlinkissue38398 messages
2019-10-07 16:36:30pyscriptercreate