Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
cpython/Objects/stringlib/undef.h

11 lines
212 B
C
Raw Permalink Normal View History

Implement PEP 393.
2011-09-28 07:41:54 +02:00
#undef FASTSEARCH
#undef STRINGLIB
Fix fastsearch for UCS2 and UCS4 * If needle is 0, try (p[0] >> 16) & 0xff for UCS4 * Disable fastsearch_memchr_1char() if needle is zero for UCS2 and UCS4
2011-10-11 23:22:22 +02:00
#undef STRINGLIB_SIZEOF_CHAR
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
2012-05-10 16:36:02 +02:00
#undef STRINGLIB_MAX_CHAR
Implement PEP 393.
2011-09-28 07:41:54 +02:00
#undef STRINGLIB_CHAR
#undef STRINGLIB_STR
#undef STRINGLIB_LEN
#undef STRINGLIB_NEW
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator * Decode thousands separator and decimal point using PyUnicode_DecodeLocale() (from the locale encoding), instead of decoding them implicitly from latin1 * Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used * Change _PyUnicode_InsertThousandsGrouping() API to return the maximum character if unicode is NULL * Replace MIN/MAX macros by Py_MIN/Py_MAX * stringlib/undef.h undefines STRINGLIB_IS_UNICODE * stringlib/localeutil.h only supports Unicode
2012-02-24 00:37:51 +01:00
#undef STRINGLIB_IS_UNICODE
Implement PEP 393.
2011-09-28 07:41:54 +02:00
Reference in New Issue Copy Permalink
Powered by Gitea Page: 912ms Template: 5ms
English
English
Licenses API