Skip to content

Traducción c-api/refcounting.po #3386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: 3.13
Choose a base branch
from

Conversation

M-E-K-J-2102
Copy link

Closes #3260

Copy link

github-actions bot commented Apr 15, 2025

Entries missing translation, details follow:

Reason File Line
untranslated c-api/refcounting.po 124
untranslated c-api/refcounting.po 170
untranslated c-api/refcounting.po 180
untranslated c-api/refcounting.po 230
untranslated c-api/refcounting.po 333
untranslated c-api/refcounting.po 343

Copy link
Collaborator

@mmmarcos mmmarcos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gracias por esta contribución! Ahí te dejo algunos comentarios.

Recuerda revisar las entradas marcadas como "fuzzy" en el archivo. Después de traducir, o de corregir la traducción existente, debés borrar la línea que dice

#, fuzzy

@@ -340,15 +368,23 @@ msgid ""
"old value of *dst*, so that any code triggered as a side-effect of *dst* "
"getting torn down no longer believes *dst* points to a valid object."
msgstr ""
"Eso termina asignando *dist* al valor *src* _antes de_ liberar la referencia "
"al valor anterior de *dst*, para que cualquier código ejecutado como efecto "
"secundario de *dst* siendo destruido ya no crea que *dist* señala a un "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"secundario de *dst* siendo destruido ya no crea que *dist* señala a un "
"secundario de *dst* siendo destruido ya no crea que *dst* señala a un "

@@ -315,10 +340,13 @@ msgid ""
"Macro safely releasing a :term:`strong reference` to object *dst* and "
"setting *dst* to *src*."
msgstr ""
"Un macro que libera de forma segura un :term:`strong reference` al objeto "
"*dist* y establece *dist* al valor *src*."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"*dist* y establece *dist* al valor *src*."
"*dst* y establece *dist* al valor *src*."

Comment on lines 262 to 263
"método :meth:`__del__`). Si las excepciones en dicho código no se "
"propagan, el código ejecutado tendrá acceso libre a todas las variables "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"método :meth:`__del__`). Si las excepciones en dicho código no se "
"propagan, el código ejecutado tendrá acceso libre a todas las variables "
"método :meth:`__del__`). Si las excepciones en dicho código no se "
"método :meth:`~object.__del__`). Mientras las excepciones en dicho código no sean "
"propagadas, el código ejecutado tendrá acceso libre a todas las variables "

"de una lista debe copiar una referencia al objeto eliminado en una variable "
"temporal, actualizar la estructura de datos de la lista y luego llamar a :c:"
"func:`Py_DECREF` para la variable temporal."
"acceder desde una variable global deberia estar en un estado coherente antes "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"acceder desde una variable global deberia estar en un estado coherente antes "
"acceder desde una variable global debería estar en un estado coherente antes "


#: ../Doc/c-api/refcounting.rst:37
msgid ""
"On :ref:`Python build with Free Threading <free-threading-build>`, if "
"*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`."
msgstr ""
"En una :ref:`compilación de Python con Free Threading <free-threading-build> "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"En una :ref:`compilación de Python con Free Threading <free-threading-build> "
"En :ref:`compilación de Python con Free Threading <free-threading-build> "

@M-E-K-J-2102 M-E-K-J-2102 requested a review from mmmarcos April 19, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate c-api/refcounting.po
2 participants