Skip to content

Commit eedf2e1

Browse files
[po] auto sync
1 parent 4f11691 commit eedf2e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.71%", "updated_at": "2025-05-25T06:56:23Z"}
1+
{"translation": "81.71%", "updated_at": "2025-05-25T08:56:27Z"}

howto/isolating-extensions.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ msgid ""
438438
"but it will, for example, support being loaded after Python runtime shutdown"
439439
" (:c:func:`Py_FinalizeEx`) and re-initialization (:c:func:`Py_Initialize`)."
440440
msgstr ""
441+
"如果你的模块的 :c:member:`PyModuleDef.m_clear` 函数能够为将来的重新初始化做好准备,它应当清除 ``loaded`` "
442+
"旗标。 在此情况下,你的模块将不支持多个实例 *并发地* 存在,但举例来说,它将支持在 Python 运行时关闭 "
443+
"(:c:func:`Py_FinalizeEx`) 和重新初始化 (:c:func:`Py_Initialize`) 之后被加载。"
441444

442445
#: ../../howto/isolating-extensions.rst:249
443446
msgid "Module State Access from Functions"

0 commit comments

Comments
 (0)