This action will force synchronization from OpenHarmony-SIG/python, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
/* this is sort of a hack. there's at least one place (formattingfloats) where some stringlib code takes a different path if it'scompiled as unicode. */#define STRINGLIB_IS_UNICODE 1#define FASTSEARCH ucs4lib_fastsearch#define STRINGLIB(F) ucs4lib_##F#define STRINGLIB_OBJECT PyUnicodeObject#define STRINGLIB_SIZEOF_CHAR 4#define STRINGLIB_MAX_CHAR 0x10FFFFu#define STRINGLIB_CHAR Py_UCS4#define STRINGLIB_TYPE_NAME "unicode"#define STRINGLIB_PARSE_CODE "U"#define STRINGLIB_EMPTY unicode_empty#define STRINGLIB_ISSPACE Py_UNICODE_ISSPACE#define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK#define STRINGLIB_ISDECIMAL Py_UNICODE_ISDECIMAL#define STRINGLIB_TODECIMAL Py_UNICODE_TODECIMAL#define STRINGLIB_STR PyUnicode_4BYTE_DATA#define STRINGLIB_LEN PyUnicode_GET_LENGTH#define STRINGLIB_NEW _PyUnicode_FromUCS4#define STRINGLIB_CHECK PyUnicode_Check#define STRINGLIB_CHECK_EXACT PyUnicode_CheckExact#define STRINGLIB_TOSTR PyObject_Str#define STRINGLIB_TOASCII PyObject_ASCII#define _Py_InsertThousandsGrouping _PyUnicode_ucs4_InsertThousandsGrouping
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。