Skip to content

Traduccion multiprocessing shared memory #1623

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 5 commits into from
Nov 9, 2021
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
Next Next commit
Traducido archivo library/multyprocessing.shared_memory
  • Loading branch information
Tony-Rome committed Nov 9, 2021
commit 73c9bb14a9f69fcbafe03ed5080166dd9d616c2b
11 changes: 9 additions & 2 deletions library/multiprocessing.shared_memory.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ msgstr ""
"Project-Id-Version: Python en Español 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2020-07-22 13:11-0300\n"
"PO-Revision-Date: 2021-11-08 22:08-0300\n"
"Last-Translator: \n"
"Language: es_AR\n"
"Language-Team: \n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/library/multiprocessing.shared_memory.rst:2
msgid ""
Expand Down Expand Up @@ -405,3 +406,9 @@ msgid ""
"deserialized object has the same unique name and is just attached to an "
"existing object with the same name (if the object is still alive):"
msgstr ""
"El siguiente ejemplo demuestra que los objetos ``ShareableList`` (y de forma "
"implícita ``SharedMemory``) pueden ser serialiados (*pickled*) y "
"deserializados (*unpickled*) si es que se necesitan. Nota, Este va a seguir "
"siendo el mismo objeto compartido. Esto sucede, porque el objeto "
"deserializado tiene el mismo nombre único y simplemente se adjunta a un "
"objeto existente con el mismo nombre (si el objeto todavía sigue vivo):"