@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-01-07 14:19 +0000\n "
15+ "POT-Creation-Date : 2026-02-17 14:41 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -821,16 +821,10 @@ msgstr ""
821821msgid ""
822822"Note that Python will do a best effort at freeing all memory allocated by "
823823"the Python interpreter. Therefore, any C-Extension should make sure to "
824- "correctly clean up all of the preveiously allocated PyObjects before using "
824+ "correctly clean up all of the previously allocated PyObjects before using "
825825"them in subsequent calls to :c:func:`Py_Initialize`. Otherwise it could "
826826"introduce vulnerabilities and incorrect behavior."
827827msgstr ""
828- "Observe que o Python fará o máximo possível para liberar toda a memória "
829- "alocada pelo interpretador Python. Portanto, qualquer extensão C deve "
830- "certificar-se de limpar corretamente todos os PyObjects alocados "
831- "anteriormente antes de usá-los em chamadas subsequentes para :c:func:"
832- "`Py_Initialize`. Caso contrário, isso pode introduzir vulnerabilidades e "
833- "comportamento incorreto."
834828
835829#: ../../c-api/init.rst:438
836830msgid ""
@@ -2582,7 +2576,7 @@ msgstr ""
25822576
25832577#: ../../c-api/init.rst:1595
25842578msgid ""
2585- "Issue a fatal error if there no :term:`attached thread state`. It cannot "
2579+ "Issue a fatal error if there is no :term:`attached thread state`. It cannot "
25862580"return NULL."
25872581msgstr ""
25882582
@@ -3276,7 +3270,7 @@ msgid ""
32763270"exception becomes set within the frame being executed. The effect of this "
32773271"is that as exception propagation causes the Python stack to unwind, the "
32783272"callback is called upon return to each frame as the exception propagates. "
3279- "Only trace functions receives these events; they are not needed by the "
3273+ "Only trace functions receive these events; they are not needed by the "
32803274"profiler."
32813275msgstr ""
32823276
@@ -3412,7 +3406,7 @@ msgstr ""
34123406
34133407#: ../../c-api/init.rst:2294
34143408msgid ""
3415- "Not that tracer functions **must not** create Python objects inside or "
3409+ "Note that tracer functions **must not** create Python objects inside or "
34163410"otherwise the call will be re-entrant. The tracer also **must not** clear "
34173411"any existing exception or set an exception. A :term:`thread state` will be "
34183412"active every time the tracer function is called."
0 commit comments