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, vstinner
Date 2019-06-20.11:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561031897.52.0.583412931457.issue37348@roundup.psfhosted.org>
In-reply-to
Content
> #define _PyUnicode_FROM_ASCII(s) _PyUnicode_FromASCII((s), strlen(s))

LGTM.
History
Date User Action Args
2019-06-20 11:58:17vstinnersetrecipients: + vstinner, methane
2019-06-20 11:58:17vstinnersetmessageid: <1561031897.52.0.583412931457.issue37348@roundup.psfhosted.org>
2019-06-20 11:58:17vstinnerlinkissue37348 messages
2019-06-20 11:58:17vstinnercreate