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 vstinner
Recipients methane, serhiy.storchaka, vstinner
Date 2019-10-28.11:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572260773.59.0.536371691456.issue38604@roundup.psfhosted.org>
In-reply-to
Content
A preleminary step was to modify PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() to remove the internal caching: it has been done in Python 3.8.0 with bpo-30863.
History
Date User Action Args
2019-10-28 11:06:13vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2019-10-28 11:06:13vstinnersetmessageid: <1572260773.59.0.536371691456.issue38604@roundup.psfhosted.org>
2019-10-28 11:06:13vstinnerlinkissue38604 messages
2019-10-28 11:06:13vstinnercreate