@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-27 14:15 +0000\n "
15+ "POT-Creation-Date : 2025-11-29 14:13 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+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 "
@@ -4047,52 +4047,55 @@ msgstr "该值目前等于 ``(unsigned long)-1``。"
40474047msgid ""
40484048"Start function *func* in a new thread with argument *arg*. The resulting "
40494049"thread is not intended to be joined."
4050- msgstr ""
4050+ msgstr "在新线程中启动函数 *func* 并传入参数 *arg*。 结果线程将不被合并。 "
40514051
40524052#: ../../c-api/init.rst:2830
40534053msgid "*func* must not be ``NULL``, but *arg* may be ``NULL``."
4054- msgstr ""
4054+ msgstr "*func* 不可为 ``NULL``,但 *arg* 可以为 ``NULL``。 "
40554055
40564056#: ../../c-api/init.rst:2832
40574057msgid ""
40584058"On success, this function returns the identifier of the new thread; on "
40594059"failure, this returns :c:macro:`PYTHREAD_INVALID_THREAD_ID`."
4060- msgstr ""
4060+ msgstr "成功时,此函数将返回新线程的标识号;失败时,将返回 :c:macro:`PYTHREAD_INVALID_THREAD_ID`。 "
40614061
40624062#: ../../c-api/init.rst:2840
40634063msgid "Return the identifier of the current thread, which will never be zero."
4064- msgstr ""
4064+ msgstr "返回当前线程的标识号,它一定不为零。 "
40654065
40664066#: ../../c-api/init.rst:2842 ../../c-api/init.rst:2874
40674067msgid ""
40684068"This function cannot fail, and the caller does not need to hold an "
40694069":term:`attached thread state`."
4070- msgstr ""
4070+ msgstr "此函数不会执行失败,并且调用方不需要持有 :term:`attached thread state`。 "
40714071
40724072#: ../../c-api/init.rst:2846
40734073msgid ":py:func:`threading.get_ident`"
4074- msgstr ""
4074+ msgstr ":py:func:`threading.get_ident` "
40754075
40764076#: ../../c-api/init.rst:2851
40774077msgid ""
40784078"Get general information about the current thread in the form of a "
40794079":ref:`struct sequence <struct-sequence-objects>` object. This information is"
40804080" accessible as :py:attr:`sys.thread_info` in Python."
40814081msgstr ""
4082+ "获取有关当前线程的 :ref:`结构体序列 <struct-sequence-objects>` 对象形式的基本信息。 此信息可在 Python 中作为"
4083+ " :py:attr:`sys.thread_info` 访问。"
40824084
40834085#: ../../c-api/init.rst:2855
40844086msgid ""
40854087"On success, this returns a new :term:`strong reference` to the thread "
40864088"information; on failure, this returns ``NULL`` with an exception set."
40874089msgstr ""
4090+ "成功时,此函数将返回一个指向线程信息的新的 :term:`strong reference`;失败时,将返回 ``NULL`` 并设置一个异常。"
40884091
40894092#: ../../c-api/init.rst:2858
40904093msgid "The caller must hold an :term:`attached thread state`."
4091- msgstr ""
4094+ msgstr "调用方必须持有一个 :term:`attached thread state`。 "
40924095
40934096#: ../../c-api/init.rst:2863
40944097msgid "This macro is defined when the system supports native thread IDs."
4095- msgstr ""
4098+ msgstr "该宏将在系统支持原生线程 ID 时被定义。 "
40964099
40974100#: ../../c-api/init.rst:2868
40984101msgid ""
0 commit comments