File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,13 +64,17 @@ msgid ""
6464"isn't sufficient to determine if it's safe to treat *o* as having no access "
6565"by other threads. Use :c:func:`PyUnstable_Object_IsUniquelyReferenced` for "
6666"that instead."
67- msgstr ""
67+ msgstr "En las compilaciones :term:`con hilos libres <free threading>` de "
68+ "Python, retornar 1 no es suficiente para determinar si es seguro tratar a *o*"
69+ " como si no tuviera acceso por parte de otros hilos. Usa "
70+ ":c:func:`PyUnstable_Object_IsUniquelyReferenced` para eso."
6871
6972#: ../Doc/c-api/refcounting.rst:33
7073msgid ""
7174"See also the function :c:func:"
7275"`PyUnstable_Object_IsUniqueReferencedTemporary()`."
73- msgstr ""
76+ msgstr "Véase también la función "
77+ ":c:func:`PyUnstable_Object_IsUniqueReferencedTemporary()`."
7478
7579#: ../Doc/c-api/refcounting.rst:35
7680msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
@@ -368,7 +372,6 @@ msgid "Py_SETREF(dst, src);"
368372msgstr "Py_SETREF(dst, src);"
369373
370374#: ../Doc/c-api/refcounting.rst:213
371- #, fuzzy
372375msgid ""
373376"That arranges to set *dst* to *src* *before* releasing the reference to the "
374377"old value of *dst*, so that any code triggered as a side-effect of *dst* "
You can’t perform that action at this time.
0 commit comments