Skip to content

Traduccion library gc #2738

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 14 commits into from
Nov 9, 2023
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: rtobar <rtobarc@gmail.com>
  • Loading branch information
martorelli617 and rtobar authored Nov 9, 2023
commit c5d72ebaa7b7c27a84a4812b074d406465cacc75
2 changes: 1 addition & 1 deletion library/gc.po
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ msgid ""
"early in the parent process, ``gc.freeze()`` right before ``fork()``, and "
"``gc.enable()`` early in child processes."
msgstr ""
"Si un proceso ``fork()`` sin ``exec()``, evitar la copia en escritura "
"Si un proceso va a llamar a ``fork()`` sin llamar a ``exec()``, evitar la copia en escritura "
"innecesaria en procesos secundarios maximizará el intercambio de memoria y "
"reducirá el uso general de la memoria. Esto requiere tanto evitar la "
"creación de \"agujeros\" liberados en las páginas de memoria del proceso "
Expand Down