]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 10 May 2012 14:36:02 +0000 (16:36 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 10 May 2012 14:36:02 +0000 (16:36 +0200)
commitca5f91b888bc0056fc08d062f65cc783bbba8532
tree6f40cd659395052192a79984ab96d6c4709eb491
parentfda08b0860e4f5d61c54021efc56fd7893b4b391
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data.  Patch by Serhiy Storchaka.
Misc/NEWS
Objects/stringlib/asciilib.h
Objects/stringlib/codecs.h
Objects/stringlib/ucs1lib.h
Objects/stringlib/ucs2lib.h
Objects/stringlib/ucs4lib.h
Objects/stringlib/undef.h
Objects/unicodeobject.c