Skip to content

Traducido library/asyncio-task #2268

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 22 commits into from
Apr 5, 2024
Merged
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
Next Next commit
Apply suggestions from code review
Co-authored-by: Andrea Alegre <devel@andrea.mozmail.com>
  • Loading branch information
cmaureir and aandrea authored Oct 9, 2023
commit cf5dd067749c84f15cfb98724858f285710bdf53
2 changes: 1 addition & 1 deletion library/asyncio-task.po
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ msgstr ""
"mantiene referencias débiles a las tareas. Una tarea a la que no se hace "
"referencia en ningún otro lugar puede ser recolectada por el recolector de "
"basura en cualquier momento, incluso antes de que se complete. Para tareas "
"confiables en segundo plano, de \"disparar y olvidar\", reúnalas en una "
"confiables en segundo plano, de tipo \"lanzar y olvidar\", reúnalas en una "
"colección:"

#: ../Doc/library/asyncio-task.rst:278 ../Doc/library/asyncio-task.rst:1001
Expand Down