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 methane
Recipients methane, vstinner
Date 2019-06-20.12:39:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561034357.38.0.683819668367.issue37348@roundup.psfhosted.org>
In-reply-to
Content
Should we make these APIs public?

* rename `_PyUnicode_FromASCII` to `PyUnicode_FromASCIIAndSize`.
* add `PyUnicode_FromASCII` as static inline function (without ABI).
* add `#define _PyUnicode_FromASCII PyUnicode_FromASCIIAndSize` for source code compatibility.
History
Date User Action Args
2019-06-20 12:39:17methanesetrecipients: + methane, vstinner
2019-06-20 12:39:17methanesetmessageid: <1561034357.38.0.683819668367.issue37348@roundup.psfhosted.org>
2019-06-20 12:39:17methanelinkissue37348 messages
2019-06-20 12:39:17methanecreate