Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5af746

Browse files
Tony-Romecmaureir
andauthored
Traduccion multiprocessing shared memory (python#1623)
* Traducido archivo library/multyprocessing.shared_memory * Nombre y cuenta agregado * Update library/multiprocessing.shared_memory.po Co-authored-by: Cristián Maureira-Fredes <[email protected]>
1 parent cb3ab45 commit a5af746

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@ Manu de Frutos Vila (@manudefrutosvila)
160160
Gianfranco Salomone (@gianfranco-s)
161161
Gabriela Monsalve Martínez (@gmmonsalve)
162162
Ana Elisa Kuhn (@AnitaaKuhn)
163+
Antonio Rodriguez Mejias (@Tony-Rome)
163164
Ingrid Bianka Garcia Lino (@ibianka)

library/multiprocessing.shared_memory.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ msgstr ""
99
"Project-Id-Version: Python en Español 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
12-
"PO-Revision-Date: 2020-07-22 13:11-0300\n"
12+
"PO-Revision-Date: 2021-11-08 22:08-0300\n"
1313
"Last-Translator: \n"
1414
"Language: es_AR\n"
1515
"Language-Team: \n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Generated-By: Babel 2.9.1\n"
21+
"X-Generator: Poedit 3.0\n"
2122

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

0 commit comments

Comments
 (0)