同步操作将从 OpenHarmony-SIG/python 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef TKINTER_H#define TKINTER_H/* This header is used to share some macros between _tkinter.c and* tkappinit.c.* Be sure to include tk.h before including this header so* TK_HEX_VERSION is properly defined. *//* TK_RELEASE_LEVEL is always one of the following:* TCL_ALPHA_RELEASE 0* TCL_BETA_RELEASE 1* TCL_FINAL_RELEASE 2*/#define TK_HEX_VERSION ((TK_MAJOR_VERSION << 24) | \(TK_MINOR_VERSION << 16) | \(TK_RELEASE_LEVEL << 8) | \(TK_RELEASE_SERIAL << 0))/* Protect Tk 8.4.13 and older from a deadlock that happens when trying* to load tk after a failed attempt. */#if TK_HEX_VERSION < 0x0804020e#define TKINTER_PROTECT_LOADTK#define TKINTER_LOADTK_ERRMSG \"Calling Tk_Init again after a previous call failed might deadlock"#endif#endif /* !TKINTER_H */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。