File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 90.56 %" , "updated_at" : " 2024-01-23T01:41:55Z " }
1+ {"translation" : " 90.57 %" , "updated_at" : " 2024-01-23T02:27:58Z " }
Original file line number Diff line number Diff line change @@ -1368,6 +1368,7 @@ msgid ""
13681368"held. The thread state must have been reset with a previous call to "
13691369":c:func:`PyThreadState_Clear`."
13701370msgstr ""
1371+ "销毁线程状态对象。 不需要持有全局解释器锁。 线程状态必须使用之前对 :c:func:`PyThreadState_Clear` 的调用来重置。"
13711372
13721373#: ../../c-api/init.rst:1069
13731374msgid ""
@@ -1376,10 +1377,12 @@ msgid ""
13761377" held. The thread state must have been reset with a previous call to "
13771378":c:func:`PyThreadState_Clear`."
13781379msgstr ""
1380+ "销毁当前线程状态并释放全局解释器锁。 与 :c:func:`PyThreadState_Delete` 类似,不需要持有全局解释器锁。 "
1381+ "线程状态必须已使用之前对 :c:func:`PyThreadState_Clear` 调用来重置。"
13791382
13801383#: ../../c-api/init.rst:1077
13811384msgid "Get the current frame of the Python thread state *tstate*."
1382- msgstr ""
1385+ msgstr "获取 Python 线程状态 *tstate* 的当前帧。 "
13831386
13841387#: ../../c-api/init.rst:1079
13851388msgid ""
@@ -1389,12 +1392,12 @@ msgstr ""
13891392
13901393#: ../../c-api/init.rst:1082
13911394msgid "See also :c:func:`PyEval_GetFrame`."
1392- msgstr ""
1395+ msgstr "另请参阅 :c:func:`PyEval_GetFrame`。 "
13931396
13941397#: ../../c-api/init.rst:1084 ../../c-api/init.rst:1093
13951398#: ../../c-api/init.rst:1102
13961399msgid "*tstate* must not be ``NULL``."
1397- msgstr ""
1400+ msgstr "*tstate* 必须不为 ``NULL``。 "
13981401
13991402#: ../../c-api/init.rst:1091
14001403msgid ""
You can’t perform that action at this time.
0 commit comments