Skip to content

Traducido c-api/refcounting.po #3399

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

Merged
merged 3 commits into from
May 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Corrijo errores del CI
  • Loading branch information
mmmarcos committed May 30, 2025
commit c75a07b0c217837e3c357701dad38b79b9a8abea
4 changes: 2 additions & 2 deletions c-api/refcounting.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ 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 :ref:`compilación de Python con Free Threading <free-threading-build> `, "
"En :ref:`compilación de Python con Free Threading <free-threading-build>`, "
"si *refcnt* es mas mayor que ``UINT32_MAX``, el objeto se convierte "
"en :term:`immortal`."

Expand Down Expand Up @@ -361,7 +361,7 @@ 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 *dst* al valor *src* _antes de_ liberar la referencia "
"Eso termina asignando *dst* 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 *dst* señala a un objeto "
"válido."
Expand Down