File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.9\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
18+ "POT-Creation-Date : 2021-06-24 06:41 +0000\n "
1919"PO-Revision-Date : 2017-02-16 17:35+0000\n "
2020"
Last-Translator :
zeroswan <[email protected] >, 2020\n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -323,6 +323,13 @@ msgid ""
323323":attr:`name` field; failure to provide the sentinel value can result in a "
324324"memory fault. Returns ``0`` on success or ``-1`` if insufficient memory "
325325"could be allocated to extend the internal table. In the event of failure, "
326- "no modules are added to the internal table. This should be called before "
326+ "no modules are added to the internal table. This must be called before "
327327":c:func:`Py_Initialize`."
328328msgstr ""
329+
330+ #: ../../c-api/import.rst:304
331+ msgid ""
332+ "If Python is initialized multiple times, :c:func:`PyImport_AppendInittab` or"
333+ " :c:func:`PyImport_ExtendInittab` must be called before each Python "
334+ "initialization."
335+ msgstr ""
You can’t perform that action at this time.
0 commit comments