Skip to content

Traducido archivo library/asyncio-sync #2315

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 3 commits into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Aplico sugerencias del review al archivo library/asyncio-sync
  • Loading branch information
mmmarcos committed Feb 18, 2023
commit b1ab3806bcf9050e7a28d2e20d2dffefb72be5a9
3 changes: 2 additions & 1 deletion dictionaries/library_asyncio-sync.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BoundedSemaphore
Condition
filling
Lock
Semaphore
Semaphore
8 changes: 4 additions & 4 deletions library/asyncio-sync.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-02-16 19:28+0100\n"
"PO-Revision-Date: 2023-02-18 23:53+0100\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -515,7 +515,7 @@ msgid ""
msgstr ""
"Cuando se cancela una tarea en espera o bloqueada en la barrera, esta tarea "
"sale de la barrera que permanece en el mismo estado. Si el estado de la "
"barrera es \"llenando\", el número de tareas en espera disminuye en 1."
"barrera es \"filling\", el número de tareas en espera disminuye en 1."

#: ../Doc/library/asyncio-sync.rst:407
msgid ""
Expand Down Expand Up @@ -559,8 +559,8 @@ msgid ""
msgstr ""
"Pone la barrera en estado roto. Esto hace que cualquier llamada activa o "
"futura a :meth:`wait` falle con el :class:`BrokenBarrierError`. Use esto por "
"ejemplo si una de las tareas necesita abortar, para evitar infinitas tareas "
"en espera."
"ejemplo si una de las tareas necesita abortar, para evitar tareas en espera "
"infinita."

#: ../Doc/library/asyncio-sync.rst:437
msgid "The number of tasks required to pass the barrier."
Expand Down