Skip to content

Commit 69c36d5

Browse files
committed
Completar la traducción de c-api/refcounting.po
Cierra #3800.
1 parent 31d0120 commit 69c36d5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

c-api/refcounting.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7073
msgid ""
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
7680
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
@@ -368,7 +372,6 @@ msgid "Py_SETREF(dst, src);"
368372
msgstr "Py_SETREF(dst, src);"
369373

370374
#: ../Doc/c-api/refcounting.rst:213
371-
#, fuzzy
372375
msgid ""
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* "

0 commit comments

Comments
 (0)