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

Skip to content

Commit cd0988d

Browse files
[po] auto sync
1 parent 31faf98 commit cd0988d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/multiprocessing.shared_memory.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ msgid ""
261261
"support the dynamic creation of new :class:`ShareableList` instances via "
262262
"slicing."
263263
msgstr ""
264+
"提供一个可修改的类 list 对象,其中所有值都存放在共享内存块中。这限制了可被存储在其中的值只能是 ``int``, ``float``, "
265+
"``bool``, ``str`` (每条数据小于10M), ``bytes`` (每条数据小于10M)以及 ``None`` "
266+
"这些内置类型。它另一个显著区别于内置 ``list`` 类型的地方在于它的长度无法修改(比如,没有 append, insert "
267+
"等操作)且不支持通过切片操作动态创建新的 :class:`ShareableList`  实例。"
264268

265269
#: ../../library/multiprocessing.shared_memory.rst:269
266270
msgid ""

0 commit comments

Comments
 (0)