@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11 -27 14:15 +0000\n "
15+ "POT-Creation-Date : 2026-01 -27 14:24 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -838,7 +838,11 @@ msgid ""
838838"``PyModule_FromDefAndSpec``)."
839839msgstr ""
840840
841- #: ../../c-api/module.rst:682
841+ #: ../../c-api/module.rst:678
842+ msgid "Return ``0`` on success. Return ``-1`` with an exception set on error."
843+ msgstr ""
844+
845+ #: ../../c-api/module.rst:685
842846msgid ""
843847"Indicate that *module* does or does not support running without the global "
844848"interpreter lock (GIL), using one of the values from :c:macro:`Py_mod_gil`. "
@@ -850,26 +854,26 @@ msgid ""
850854"on error, ``0`` on success."
851855msgstr ""
852856
853- #: ../../c-api/module.rst:696
857+ #: ../../c-api/module.rst:699
854858msgid "Module lookup (single-phase initialization)"
855859msgstr ""
856860
857- #: ../../c-api/module.rst:698
861+ #: ../../c-api/module.rst:701
858862msgid ""
859863"The legacy :ref:`single-phase initialization <single-phase-initialization>` "
860864"initialization scheme creates singleton modules that can be looked up in the "
861865"context of the current interpreter. This allows the module object to be "
862866"retrieved later with only a reference to the module definition."
863867msgstr ""
864868
865- #: ../../c-api/module.rst:703
869+ #: ../../c-api/module.rst:706
866870msgid ""
867871"These functions will not work on modules created using multi-phase "
868872"initialization, since multiple such modules can be created from a single "
869873"definition."
870874msgstr ""
871875
872- #: ../../c-api/module.rst:708
876+ #: ../../c-api/module.rst:711
873877msgid ""
874878"Returns the module object that was created from *def* for the current "
875879"interpreter. This method requires that the module object has been attached "
@@ -878,18 +882,18 @@ msgid ""
878882"to the interpreter state yet, it returns ``NULL``."
879883msgstr ""
880884
881- #: ../../c-api/module.rst:715
885+ #: ../../c-api/module.rst:718
882886msgid ""
883887"Attaches the module object passed to the function to the interpreter state. "
884888"This allows the module object to be accessible via :c:func:"
885889"`PyState_FindModule`."
886890msgstr ""
887891
888- #: ../../c-api/module.rst:718
892+ #: ../../c-api/module.rst:721
889893msgid "Only effective on modules created using single-phase initialization."
890894msgstr ""
891895
892- #: ../../c-api/module.rst:720
896+ #: ../../c-api/module.rst:723
893897msgid ""
894898"Python calls ``PyState_AddModule`` automatically after importing a module "
895899"that uses :ref:`single-phase initialization <single-phase-initialization>`, "
@@ -901,23 +905,23 @@ msgid ""
901905"state updates)."
902906msgstr ""
903907
904- #: ../../c-api/module.rst:729
908+ #: ../../c-api/module.rst:732
905909msgid ""
906910"If a module was attached previously using the same *def*, it is replaced by "
907911"the new *module*."
908912msgstr ""
909913
910- #: ../../c-api/module.rst:732 ../../c-api/module.rst:743
914+ #: ../../c-api/module.rst:735 ../../c-api/module.rst:746
911915msgid "The caller must have an :term:`attached thread state`."
912916msgstr "O chamador deve ter um :term:`estado de thread anexado`."
913917
914- #: ../../c-api/module.rst:734
918+ #: ../../c-api/module.rst:737
915919msgid "Return ``-1`` with an exception set on error, ``0`` on success."
916920msgstr ""
917921"Retorna ``-1`` com uma exceção definida em caso de erro, ``0`` em caso de "
918922"sucesso."
919923
920- #: ../../c-api/module.rst:740
924+ #: ../../c-api/module.rst:743
921925msgid ""
922926"Removes the module object created from *def* from the interpreter state. "
923927"Return ``-1`` with an exception set on error, ``0`` on success."
0 commit comments