@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-11-05 14:15 +0000\n "
14+ "POT-Creation-Date : 2026-02-03 14:40 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -845,14 +845,14 @@ msgstr ""
845845#: ../../c-api/object.rst:668
846846msgid ""
847847":c:func:`PyUnstable_EnableTryIncRef` must have been called earlier on *obj* "
848- "or this function may spuriously return ``0`` in the :term:`free threading` "
849- "build."
848+ "or this function may spuriously return ``0`` in the :term:`free-threaded "
849+ "build` ."
850850msgstr ""
851851
852852#: ../../c-api/object.rst:672
853853msgid ""
854854"This function is logically equivalent to the following C code, except that "
855- "it behaves atomically in the :term:`free threading` build::"
855+ "it behaves atomically in the :term:`free-threaded build` ::"
856856msgstr ""
857857
858858#: ../../c-api/object.rst:675
@@ -941,10 +941,10 @@ msgstr ""
941941
942942#: ../../c-api/object.rst:750
943943msgid ""
944- "On a :term:`free threaded <free threading>` build, this checks if *op*'s :"
945- "term:`reference count` is equal to one and additionally checks if *op* is "
946- "only used by this thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-"
947- "safe on free threaded builds; prefer this function."
944+ "On a :term:`free- threaded build` , this checks if *op*'s :term:`reference "
945+ "count` is equal to one and additionally checks if *op* is only used by this "
946+ "thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-safe on free-threaded "
947+ "builds; prefer this function."
948948msgstr ""
949949
950950#: ../../c-api/object.rst:755
0 commit comments