File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 89.94 %" , "updated_at" : " 2024-01-23T01:34:17Z " }
1
+ {"translation" : " 89.95 %" , "updated_at" : " 2024-01-23T02:20:55Z " }
Original file line number Diff line number Diff line change @@ -1318,13 +1318,16 @@ msgid ""
1318
1318
"Raises an :ref:`auditing event <auditing>` "
1319
1319
"``cpython.PyInterpreterState_Clear`` with no arguments."
1320
1320
msgstr ""
1321
+ "引发一个 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_Clear``,不附带任何参数。"
1321
1322
1322
1323
#: ../../c-api/init.rst:1034
1323
1324
msgid ""
1324
1325
"Destroy an interpreter state object. The global interpreter lock need not "
1325
1326
"be held. The interpreter state must have been reset with a previous call to"
1326
1327
" :c:func:`PyInterpreterState_Clear`."
1327
1328
msgstr ""
1329
+ "销毁解释器状态对象。 不需要持有全局解释器锁。 解释器状态必须使用之前对 :c:func:`PyInterpreterState_Clear` "
1330
+ "的调用来重置。"
1328
1331
1329
1332
#: ../../c-api/init.rst:1041
1330
1333
msgid ""
@@ -1337,14 +1340,15 @@ msgstr "创建属于给定解释器对象的新线程状态对象。全局解释
1337
1340
msgid ""
1338
1341
"Reset all information in a thread state object. The global interpreter lock"
1339
1342
" must be held."
1340
- msgstr ""
1343
+ msgstr "重置线程状态对象中的所有信息。 必须持有全局解释器锁。 "
1341
1344
1342
1345
#: ../../c-api/init.rst:1054
1343
1346
msgid ""
1344
1347
"Destroy a thread state object. The global interpreter lock need not be "
1345
1348
"held. The thread state must have been reset with a previous call to "
1346
1349
":c:func:`PyThreadState_Clear`."
1347
1350
msgstr ""
1351
+ "销毁线程状态对象。 不需要持有全局解释器锁。 线程状态必须使用之前对 :c:func:`PyThreadState_Clear` 的调用来重置。"
1348
1352
1349
1353
#: ../../c-api/init.rst:1061
1350
1354
msgid ""
You can’t perform that action at this time.
0 commit comments