[Python-Dev] PEP 393 Summer of Code Project
Torsten Becker
torsten.becker at gmail.com
Wed Aug 24 04:41:59 CEST 2011
On Tue, Aug 23, 2011 at 18:27, Victor Stinner
<victor.stinner at haypocalc.com> wrote:
> I posted a patch to re-add it:
> http://bugs.python.org/issue12819#msg142867
Thank you for the patch! Note that this patch adds the fast path only
to the helper function which determines the length of the string and
the maximum character. The decoding part is still without a fast path
for ASCII runs.
Regards,
Torsten
More information about the Python-Dev
mailing list