@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-01 20:07+0200 \n "
14
+ "PO-Revision-Date : 2022-11-03 04:57-0400 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.1\n "
23
24
24
25
#: ../Doc/c-api/typeobj.rst:6
25
26
msgid "Type Objects"
@@ -1583,6 +1584,10 @@ msgid ""
1583
1584
"flag bit set), the destructor should call :c:func:`PyObject_GC_UnTrack` "
1584
1585
"before clearing any member fields."
1585
1586
msgstr ""
1587
+ "Si el tipo admite la recolección de elementos no utilizados (tiene "
1588
+ "establecido el bit indicador :const:`Py_TPFLAGS_HAVE_GC`), el destructor "
1589
+ "debe llamar a :c:func:`PyObject_GC_UnTrack` antes de borrar cualquier campo "
1590
+ "miembro."
1586
1591
1587
1592
#: ../Doc/c-api/typeobj.rst:683
1588
1593
msgid ""
@@ -2349,6 +2354,9 @@ msgid ""
2349
2354
"This bit is inherited for types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` "
2350
2355
"flag set, if :c:member:`~PyTypeObject.tp_call` is also inherited."
2351
2356
msgstr ""
2357
+ "Este bit se hereda para tipos con el indicador establecido :const:"
2358
+ "`Py_TPFLAGS_IMMUTABLETYPE`, si :c:member:`~PyTypeObject.tp_call` también se "
2359
+ "hereda."
2352
2360
2353
2361
#: ../Doc/c-api/typeobj.rst:1189
2354
2362
msgid ""
@@ -3245,6 +3253,12 @@ msgid ""
3245
3253
"need to allocate memory for the dictionary, so it is may be more efficient "
3246
3254
"to call :c:func:`PyObject_GetAttr` when accessing an attribute on the object."
3247
3255
msgstr ""
3256
+ "El :c:member:`~PyTypeObject.tp_dictoffset` debe considerarse como de solo "
3257
+ "escritura. Para obtener el puntero al diccionario, llame a :c:func:"
3258
+ "`PyObject_GenericGetDict`. Llamar a :c:func:`PyObject_GenericGetDict` puede "
3259
+ "necesitar asignar memoria para el diccionario, por lo que puede ser más "
3260
+ "eficiente llamar a :c:func:`PyObject_GetAttr` cuando se accede a un atributo "
3261
+ "en el objeto."
3248
3262
3249
3263
#: ../Doc/c-api/typeobj.rst:1720
3250
3264
msgid ""
@@ -3532,7 +3546,7 @@ msgid ""
3532
3546
msgstr ""
3533
3547
"(El único ejemplo de esto son los tipos en sí. El metatipo, :c:data:"
3534
3548
"`PyType_Type`, define esta función para distinguir entre tipos estática y :"
3535
- "ref:`dinámicamente asignados <heap-types>`). "
3549
+ "ref:`dinámicamente asignados <heap-types>`.) "
3536
3550
3537
3551
#: ../Doc/c-api/typeobj.rst:1887
3538
3552
msgid ""
@@ -3665,6 +3679,9 @@ msgid ""
3665
3679
"`Py_TPFLAGS_HAVE_FINALIZE` flags bit in order for this field to be used. "
3666
3680
"This is no longer required."
3667
3681
msgstr ""
3682
+ "Antes de la versión 3.8 era necesario establecer el bit de bandera :const:"
3683
+ "`Py_TPFLAGS_HAVE_FINALIZE` para que este campo fuera utilizado. Esto ya no "
3684
+ "es necesario."
3668
3685
3669
3686
#: ../Doc/c-api/typeobj.rst:2010
3670
3687
msgid "\" Safe object finalization\" (:pep:`442`)"
0 commit comments