[issue37348] Optimize PyUnicode_FromString for short ASCII strings

STINNER Victor report at bugs.python.org
Fri Jun 21 17:03:51 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I'm confused by the issue title: PyUnicode_GetString() doesn't exist, it's PyUnicode_FromString() :-) I changed the title.

----------
title: Optimize PyUnicode_GetString for short ASCII strings -> Optimize PyUnicode_FromString for short ASCII strings

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37348>
_______________________________________


More information about the Python-bugs-list mailing list