[issue19219] speed up marshal.loads()

STINNER Victor report at bugs.python.org
Fri Oct 11 11:27:40 CEST 2013


STINNER Victor added the comment:

> unmarshalling ASCII strings is faster: you can pass 127 to PyUnicode_New without scanning for non-ASCII chars

Oh, I forgot this pain of the PEP 393. Don't tell me more, it's enough :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19219>
_______________________________________


More information about the Python-bugs-list mailing list