You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"dicts, sets, booleans, ``None`` and ``Ellipsis``."
msgstr ""
"Evalúa un nodo de expresión o una cadena de caracteres que contenga "
"únicamente un literal de Python o visualizador de contenedor. La cadena o "
"nodo proporcionado sólo puede consistir en las siguientes estructuras "
"literales de Python: cadenas de caracteres, bytes, números, tuplas, listas, "
"diccionarios, conjuntos, booleanos, ``None`` y ``Ellipsis``."
#: ../Doc/library/ast.rst:1998
msgid ""
"This can be used for evaluating strings containing Python values without the "
"need to parse the values oneself. It is not capable of evaluating "
"arbitrarily complex expressions, for example involving operators or indexing."
msgstr ""
"Esto se puede usar para evaluar de forma segura las cadenas de caracteres "
"que contienen valores de Python sin la necesidad de analizar los valores uno "
"mismo. No es capaz de evaluar expresiones complejas arbitrariamente, por "
"ejemplo, que involucran operadores o indexación."
#: ../Doc/library/ast.rst:2003
msgid ""
Expand All
@@ -1414,16 +1425,23 @@ msgid ""
"excessive CPU consumption denial of service on some inputs. Calling it on "
"untrusted data is thus not recommended."
msgstr ""
"Esta función había sido documentada como \"segura\" en el pasado sin definir "
"lo que eso significaba. Eso era engañoso. Está diseñada específicamente no "
"para ejecutar código Python, a diferencia de la más general :func:`eval`. No "
"hay espacio de nombres, ni búsqueda de nombres, ni capacidad de llamada. "
"Pero no está libre de ataques: Una entrada relativamente pequeña puede "
"llevar a un agotamiento de la memoria o de la pila de C, haciendo colapsar "
"el proceso. También existe la posibilidad de denegación de servicio por "
"consumo excesivo de CPU en algunas entradas. Por lo tanto, no se recomienda "
"llamarlo con datos no confiables."
#: ../Doc/library/ast.rst:2013
#, fuzzy
msgid ""
"It is possible to crash the Python interpreter due to stack depth "
"limitations in Python's AST compiler."
msgstr ""
"Es posible bloquear el intérprete de Python con una cadena de caracteres "
"suficientemente grande/compleja debido a las limitaciones de profundidad de "
"pila en el compilador AST de Python."
"Es posible bloquear el intérprete de Python debido a las limitaciones de "
"profundidad de pila en el compilador AST de Python."
#: ../Doc/library/ast.rst:2016
msgid ""
Expand DownExpand Up
@@ -1820,13 +1838,12 @@ msgstr ""
"transformaciones de código fuente."
#: ../Doc/library/ast.rst:2279
#, fuzzy
msgid ""
"`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ unifies the "
"token-based and parse-tree-based views of python programs by inserting two-"
"way links between tokens and ast nodes."
msgstr ""
"`leoAst.py <http://leoeditor.com/appendices.html#leoast-py>`_ unifica las "
"`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ unifica las "
"vistas basadas en tokens y en *parse-trees* de los programas de Python "
"insertando vínculos de doble vía entre tokens y nodos AST."
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.