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 ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2021-09-10.08:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631263203.32.0.990187656459.issue45161@roundup.psfhosted.org>
In-reply-to
Content
The symbol _Py_DecodeUTF8_surrogateescape is not exported from Python.framework on macOS in Python 3.10.  The symbol was exported in earlier versions of 3.x.

I'm not sure if this was intentional, so far I haven't been able to find when this was changed.

This change breaks py2app which uses _Py_DecodeUTF8_surrogateescape to convert the C argv array to an array of 'wchar_t*' for use with Python's C API.
History
Date User Action Args
2021-09-10 08:40:03ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2021-09-10 08:40:03ronaldoussorensetmessageid: <1631263203.32.0.990187656459.issue45161@roundup.psfhosted.org>
2021-09-10 08:40:03ronaldoussorenlinkissue45161 messages
2021-09-10 08:40:03ronaldoussorencreate