mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00

* If needle is 0, try (p[0] >> 16) & 0xff for UCS4 * Disable fastsearch_memchr_1char() if needle is zero for UCS2 and UCS4
11 lines
260 B
C
11 lines
260 B
C
#undef FASTSEARCH
|
|
#undef STRINGLIB
|
|
#undef STRINGLIB_SIZEOF_CHAR
|
|
#undef STRINGLIB_CHAR
|
|
#undef STRINGLIB_STR
|
|
#undef STRINGLIB_LEN
|
|
#undef STRINGLIB_NEW
|
|
#undef STRINGLIB_RESIZE
|
|
#undef _Py_InsertThousandsGrouping
|
|
#undef _Py_InsertThousandsGroupingLocale
|
|
|