@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-27 15:00 +0000\n "
15+ "POT-Creation-Date : 2025-11-29 15:01 +0000\n "
1616"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1717"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
1818"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3683,21 +3683,21 @@ msgstr "该值目前等于 ``(unsigned long)-1``。"
36833683msgid ""
36843684"Start function *func* in a new thread with argument *arg*. The resulting "
36853685"thread is not intended to be joined."
3686- msgstr ""
3686+ msgstr "在新线程中启动函数 *func* 并传入参数 *arg*。 结果线程将不被合并。 "
36873687
36883688#: ../../c-api/init.rst:2666
36893689msgid "*func* must not be ``NULL``, but *arg* may be ``NULL``."
3690- msgstr ""
3690+ msgstr "*func* 不可为 ``NULL``,但 *arg* 可以为 ``NULL``。 "
36913691
36923692#: ../../c-api/init.rst:2668
36933693msgid ""
36943694"On success, this function returns the identifier of the new thread; on "
36953695"failure, this returns :c:macro:`PYTHREAD_INVALID_THREAD_ID`."
3696- msgstr ""
3696+ msgstr "成功时,此函数将返回新线程的标识号;失败时,将返回 :c:macro:`PYTHREAD_INVALID_THREAD_ID`。 "
36973697
36983698#: ../../c-api/init.rst:2676
36993699msgid "Return the identifier of the current thread, which will never be zero."
3700- msgstr ""
3700+ msgstr "返回当前线程的标识号,它一定不为零。 "
37013701
37023702#: ../../c-api/init.rst:2678 ../../c-api/init.rst:2710
37033703msgid ""
@@ -3707,24 +3707,27 @@ msgstr ""
37073707
37083708#: ../../c-api/init.rst:2682
37093709msgid ":py:func:`threading.get_ident`"
3710- msgstr ""
3710+ msgstr ":py:func:`threading.get_ident` "
37113711
37123712#: ../../c-api/init.rst:2687
37133713msgid ""
37143714"Get general information about the current thread in the form of a "
37153715":ref:`struct sequence <struct-sequence-objects>` object. This information is"
37163716" accessible as :py:attr:`sys.thread_info` in Python."
37173717msgstr ""
3718+ "获取有关当前线程的 :ref:`结构体序列 <struct-sequence-objects>` 对象形式的基本信息。 此信息可在 Python 中作为"
3719+ " :py:attr:`sys.thread_info` 访问。"
37183720
37193721#: ../../c-api/init.rst:2691
37203722msgid ""
37213723"On success, this returns a new :term:`strong reference` to the thread "
37223724"information; on failure, this returns ``NULL`` with an exception set."
37233725msgstr ""
3726+ "���功时,此函数将返回一个指向线程信息的新的 :term:`strong reference`;失败时,将返回 ``NULL`` 并设置一个异常。"
37243727
37253728#: ../../c-api/init.rst:2699
37263729msgid "This macro is defined when the system supports native thread IDs."
3727- msgstr ""
3730+ msgstr "该宏将在系统支持原生线程 ID 时被定义。 "
37283731
37293732#: ../../c-api/init.rst:2704
37303733msgid ""
0 commit comments