@@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14- "PO-Revision-Date : 2025-02-05 16:53 -0300\n "
14+ "PO-Revision-Date : 2025-02-06 09:07 -0300\n "
1515"Last-Translator : srmorita <fr.morac@duocuc.cl>\n "
1616"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs- "
1717"es.python.org)\n "
@@ -81,7 +81,7 @@ msgstr ""
8181"parámetro, el cual será el mismo objeto de referencia débil. *callback* "
8282"también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto que puede ser "
8383"referido de forma débil, o si *callback* no es invocable, ``None``, o "
84- "``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
84+ "``NULL``, esto retornará ``NULL`` y lanzará un :exc:`TypeError`."
8585
8686#: ../Doc/c-api/weakref.rst:44
8787msgid ""
@@ -102,15 +102,15 @@ msgstr ""
102102"aceptar un solo parámetro, el cual será el mismo objeto de referencia débil. "
103103"*callback* también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto "
104104"que puede ser referido de forma débil, o si *callback* no es invocable, "
105- "``None``, o ``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
105+ "``None``, o ``NULL``, esto retornará ``NULL`` y lanzará un :exc:`TypeError`."
106106
107107#: ../Doc/c-api/weakref.rst:56
108108msgid ""
109109"Get a :term:`strong reference` to the referenced object from a weak "
110110"reference, *ref*, into *\\ *pobj*."
111111msgstr ""
112112"Obtiene un :term:`strong reference` al objeto referenciado desde una "
113- "referencia débil, *ref*, into *\\ *pobj*."
113+ "referencia débil, *ref*, en *\\ *pobj*."
114114
115115#: ../Doc/c-api/weakref.rst:59
116116msgid ""
@@ -180,7 +180,8 @@ msgstr ""
180180
181181#: ../Doc/c-api/weakref.rst:103
182182msgid "Clears the weakrefs for *object* without calling the callbacks."
183- msgstr "Borra las weakrefs para *object* sin llamar a las retrollamadas."
183+ msgstr ""
184+ "Borra las referencias devikesy para *object* sin llamar a las retrollamadas."
184185
185186#: ../Doc/c-api/weakref.rst:105
186187msgid ""
@@ -193,9 +194,9 @@ msgstr ""
193194"Esta función es invocada por el gestor :c:member:`~PyTypeObject.tp_dealloc` "
194195"para tipos con finalizadores (i.e., :meth:`~object.__del__`). El gestor de "
195196"esos objetos primero llama a :c:func:`PyObject_ClearWeakRefs` para borrar "
196- "las weakrefs y llamar a sus callbacks, luego al finalizador, y finalmente a "
197- "esta función para borrar cualquier weakref que pueda haber sido creada por "
198- "el finalizador."
197+ "las referencias devikesy y llamar a sus callbacks, luego al finalizador, y "
198+ "finalmente a esta función para borrar cualquier referencia devikesy que "
199+ "pueda haber sido creada por el finalizador."
199200
200201#: ../Doc/c-api/weakref.rst:111
201202msgid ""
@@ -204,5 +205,5 @@ msgid ""
204205"function."
205206msgstr ""
206207"En la mayoría de los casos, es más apropiado "
207- "utilizar :c:func:`PyObject_ClearWeakRefs` para borrar las weakrefs en lugar "
208- "de esta función."
208+ "utilizar :c:func:`PyObject_ClearWeakRefs` para borrar las referencias "
209+ "devikesy en lugar de esta función."
0 commit comments