]> granicus.if.org Git - python/commit
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Nov 2011 19:39:13 +0000 (20:39 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Nov 2011 19:39:13 +0000 (20:39 +0100)
commit0a3229de6b80cfa9e432ef5a9c72548569503075
treeda816b36e78da60f56980793b562c7d2d0cdd729
parent7fe601c5bfa097b6c2aba78a3f517a1c4ded703d
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
This almost catches up with pre-PEP 393 performance, when decoding needed
only one pass.
Makefile.pre.in
Objects/stringlib/codecs.h [new file with mode: 0644]
Objects/unicodeobject.c