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
"Unregister a user signal: uninstall the handler of the *signum* signal "
"installed by :func:`register`. Return ``True`` if the signal was registered, "
"``False`` otherwise."
msgstr ""
"Anula una señal del usuario: desinstala el gestor de la señal *signum* "
"instalada por :func:`register`. Retorna ``True`` si la señal fue registrada, "
"``False`` en otro caso."
#: ../Doc/library/faulthandler.rst:145
msgid "Issue with file descriptors"
msgstr ""
msgstr "Problema con descriptores de archivo"
#: ../Doc/library/faulthandler.rst:147
msgid ""
Expand All
@@ -209,13 +269,21 @@ msgid ""
"the file descriptor, the traceback will be written into a different file. "
"Call these functions again each time that the file is replaced."
msgstr ""
":func:`enable`, :func:`dump_traceback_later` y :func:`register` guardan el "
"descriptor de archivo de su argumento *file*. Si se cierra el archivo y su "
"descriptor de archivo es reutilizado por un nuevo archivo, o si se usa :func:"
"`os.dup2` para reemplazar el descriptor de archivo, el rastreo se escribirá "
"en un archivo diferente. Llame a estas funciones nuevamente cada vez que se "
"reemplace el archivo."
#: ../Doc/library/faulthandler.rst:155
msgid "Example"
msgstr ""
msgstr "Ejemplo"
#: ../Doc/library/faulthandler.rst:157
msgid ""
"Example of a segmentation fault on Linux with and without enabling the fault "
"handler:"
msgstr ""
"Ejemplo de un fallo de segmentación en Linux con y sin activar el gestor de "
"fallos:"
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.