diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-10 16:36:02 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-10 16:36:02 +0200 |
commit | ca5f91b888bc0056fc08d062f65cc783bbba8532 (patch) | |
tree | 6f40cd659395052192a79984ab96d6c4709eb491 /Objects/stringlib/undef.h | |
parent | fda08b0860e4f5d61c54021efc56fd7893b4b391 (diff) | |
download | cpython-ca5f91b888bc0056fc08d062f65cc783bbba8532.tar.gz cpython-ca5f91b888bc0056fc08d062f65cc783bbba8532.zip |
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
Diffstat (limited to 'Objects/stringlib/undef.h')
-rw-r--r-- | Objects/stringlib/undef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/stringlib/undef.h b/Objects/stringlib/undef.h index 9310204178e..03117ec4434 100644 --- a/Objects/stringlib/undef.h +++ b/Objects/stringlib/undef.h @@ -1,6 +1,7 @@ #undef FASTSEARCH #undef STRINGLIB #undef STRINGLIB_SIZEOF_CHAR +#undef STRINGLIB_MAX_CHAR #undef STRINGLIB_CHAR #undef STRINGLIB_STR #undef STRINGLIB_LEN |