55#
66# Translators:
77# Rafael Fontenelle <[email protected] >, 20248+ # Freesand Leo <[email protected] >, 20249+ # lit, 2024
810#
911#, fuzzy
1012msgid ""
@@ -13,7 +15,7 @@ msgstr ""
1315"Report-Msgid-Bugs-To : \n "
1416"POT-Creation-Date : 2024-06-28 14:50+0000\n "
1517"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16- "
Last-Translator :
Rafael Fontenelle <[email protected] > , 2024\n"
18+ "Last-Translator : lit , 2024\n "
1719"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1820"MIME-Version : 1.0\n "
1921"Content-Type : text/plain; charset=UTF-8\n "
@@ -638,6 +640,10 @@ msgid ""
638640"memory allocated by the Python interpreter. This is a no-op when called for"
639641" a second time (without calling :c:func:`Py_Initialize` again first)."
640642msgstr ""
643+ "撤销 :c:func:`Py_Initialize` 所做的所有初始化和随后对 Python/C API 函数的使用,并销毁自上次调用 "
644+ ":c:func:`Py_Initialize` 以来创建但尚未销毁的所有子解释器 (见下文 :c:func:`Py_NewInterpreter`)。 "
645+ "在理想情况下,这会释放 Python 解释器分配的所有内存。 当第二次调用时(在没有再次调用 :c:func:`Py_Initialize` "
646+ "的情况下),该函数不执行任何操作。"
641647
642648#: ../../c-api/init.rst:393
643649msgid ""
@@ -646,6 +652,8 @@ msgid ""
646652"thread and the main interpreter. This should never be called while "
647653":c:func:`Py_RunMain` is running."
648654msgstr ""
655+ "由于这是 :c:func:`Py_Initialize` 的逆操作,它应该在同一解释器下的同一线程中被调用,即主线程和主解释器。此函数不应在 "
656+ ":c:func:`Py_RunMain` 还在运行时被调用。"
649657
650658#: ../../c-api/init.rst:398
651659msgid ""
0 commit comments