Skip to content

Traducción library/atexit #2708

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 10 commits into from
Nov 3, 2023
Prev Previous commit
Next Next commit
correcion4 library-atexit
  • Loading branch information
Sublian committed Nov 3, 2023
commit 786027f44603d564f8a4f86ed7b40b289ca827ef
12 changes: 6 additions & 6 deletions library/atexit.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2023-11-02 00:08-0500\n"
"PO-Revision-Date: 2023-11-03 07:55-0500\n"
"Last-Translator: \n"
"Language-Team: python-doc-es\n"
"Language: es_AR\n"
Expand Down Expand Up @@ -123,11 +123,11 @@ msgid ""
"thread states while internal :mod:`threading` routines or the new process "
"try to use that state. This can lead to crashes rather than clean shutdown."
msgstr ""
"Iniciar nuevos hilos o llamar a :func:`bifurcar <os.fork>` desde una función "
"registrada puede llevar a una condición de carrera entre el hilo principal "
"de Python liberando estados de hilos mientras las rutinas internas de :mod:"
"`threading` o el nuevo proceso intentan usar ese estado. Esto puede provocar "
"fallos en lugar de un cierre limpio."
"Iniciar nuevos hilos o llamar a :func:`os.fork` desde una función registrada "
"puede llevar a una condición de carrera entre el hilo principal de Python "
"liberando estados de hilos mientras las rutinas internas de :mod:`threading` "
"o el nuevo proceso intentan usar ese estado. Esto puede provocar fallos en "
"lugar de un cierre limpio."

#: ../Doc/library/atexit.rst:58
msgid ""
Expand Down