@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-06-14 18:58 +0000\n "
14+ "POT-Creation-Date : 2024-06-28 14:50 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:32+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -464,8 +464,18 @@ msgid ""
464464"`Py_NewInterpreter` below) that were created and not yet destroyed since the "
465465"last call to :c:func:`Py_Initialize`. Ideally, this frees all memory "
466466"allocated by the Python interpreter. This is a no-op when called for a "
467- "second time (without calling :c:func:`Py_Initialize` again first). Normally "
468- "the return value is ``0``. If there were errors during finalization "
467+ "second time (without calling :c:func:`Py_Initialize` again first)."
468+ msgstr ""
469+
470+ msgid ""
471+ "Since this is the reverse of :c:func:`Py_Initialize`, it should be called in "
472+ "the same thread with the same interpreter active. That means the main "
473+ "thread and the main interpreter. This should never be called while :c:func:"
474+ "`Py_RunMain` is running."
475+ msgstr ""
476+
477+ msgid ""
478+ "Normally the return value is ``0``. If there were errors during finalization "
469479"(flushing buffered data), ``-1`` is returned."
470480msgstr ""
471481
0 commit comments