5
5
#
6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8
+ # Freesand Leo <yuqinju@163.com>, 2024
9
+ # lit, 2024
8
10
#
9
11
#, fuzzy
10
12
msgid ""
@@ -13,7 +15,7 @@ msgstr ""
13
15
"Report-Msgid-Bugs-To : \n "
14
16
"POT-Creation-Date : 2024-06-28 14:50+0000\n "
15
17
"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2024\n "
18
+ "Last-Translator : lit , 2024\n "
17
19
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
20
"MIME-Version : 1.0\n "
19
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -638,6 +640,10 @@ msgid ""
638
640
"memory allocated by the Python interpreter. This is a no-op when called for"
639
641
" a second time (without calling :c:func:`Py_Initialize` again first)."
640
642
msgstr ""
643
+ "撤销 :c:func:`Py_Initialize` 所做的所有初始化和随后对 Python/C API 函数的使用,并销毁自上次调用 "
644
+ ":c:func:`Py_Initialize` 以来创建但尚未销毁的所有子解释器 (见下文 :c:func:`Py_NewInterpreter`)。 "
645
+ "在理想情况下,这会释放 Python 解释器分配的所有内存。 当第二次调用时(在没有再次调用 :c:func:`Py_Initialize` "
646
+ "的情况下),该函数不执行任何操作。"
641
647
642
648
#: ../../c-api/init.rst:393
643
649
msgid ""
@@ -646,6 +652,8 @@ msgid ""
646
652
"thread and the main interpreter. This should never be called while "
647
653
":c:func:`Py_RunMain` is running."
648
654
msgstr ""
655
+ "由于这是 :c:func:`Py_Initialize` 的逆操作,它应该在同一解释器下的同一线程中被调用,即主线程和主解释器。此函数不应在 "
656
+ ":c:func:`Py_RunMain` 还在运行时被调用。"
649
657
650
658
#: ../../c-api/init.rst:398
651
659
msgid ""
0 commit comments