File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 81.29 %" , "updated_at" : " 2025-04-08T15 :55:59Z " }
1
+ {"translation" : " 81.30 %" , "updated_at" : " 2025-04-09T07 :55:44Z " }
Original file line number Diff line number Diff line change @@ -6210,6 +6210,11 @@ msgid ""
6210
6210
":c:func:`!futimes`, :c:func:`!gettimeofday` and :c:func:`!setitimer` "
6211
6211
"functions. (Contributed by Victor Stinner in :gh:`108765`.)"
6212
6212
msgstr ""
6213
+ "``Python.h`` 不再包括这些标准头文件: ``<time.h>``, ``<sys/select.h>`` 和 "
6214
+ "``<sys/time.h>``。 如果需要,它们应当显式地被包括。 例如,``<time.h>`` 提供 :c:func:`!clock` 和 "
6215
+ ":c:func:`!gmtime` 函数,``<sys/select.h>`` 提供 :c:func:`!select` 函数,而 "
6216
+ "``<sys/time.h>`` 提供 the :c:func:`!futimes`, :c:func:`!gettimeofday` 和 "
6217
+ ":c:func:`!setitimer` 函数。 (由 Victor Stinner 在 :gh:`108765` 中贡献。)"
6213
6218
6214
6219
#: ../../whatsnew/3.13.rst:2693
6215
6220
msgid ""
You can’t perform that action at this time.
0 commit comments