66# Translators:
77# Chi Xu <[email protected] >, 202088# zeroswan <[email protected] >, 20209- # Freesand Leo <[email protected] >, 2020 9+ # Freesand Leo <[email protected] >, 2022 1010#
1111#, fuzzy
1212msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515"Report-Msgid-Bugs-To : \n "
1616"POT-Creation-Date : 2021-01-01 16:06+0000\n "
1717"PO-Revision-Date : 2020-05-30 12:06+0000\n "
18- "
Last-Translator :
Freesand Leo <[email protected] >, 2020 \n "
18+ "
Last-Translator :
Freesand Leo <[email protected] >, 2022 \n "
1919"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -135,10 +135,10 @@ msgid ""
135135"relinquishing its hold on a shared memory block may call ``unlink()`` and "
136136":meth:`close()` in either order."
137137msgstr ""
138- "请求销毁底层的共享内存块。为了执行必要的资源清理, 在所有使用这个共享内存块的进程中, ``unlink()`` 应该调用一次( 且只能调用一次) "
139- "。 发出此销毁请求后,共享内存块可能会、也可能不会立即销毁,且此行为在不同操作系统之间可能不同。调用 ``unlink()`` "
140- "后再尝试方位其中的数据可能导致内存错误。注意: 最后一个关闭共享内存访问权限的进程可以以任意顺序调用 ``unlink()`` 和 "
141- ":meth:`close()` 。"
138+ "请求销毁底层的共享内存块。 为了执行必要的资源清理,在所有使用这个共享内存块的进程中,``unlink()`` 应该调用一次( 且只能调用一次)。 "
139+ "发出此销毁请求后,共享内存块可能会、也可能不会立即销毁,且此行为在不同操作系统之间可能不同。 调用 ``unlink()`` "
140+ "后再尝试访问其中的数据可能导致内存错误。 注意: 最后一个关闭共享内存访问权限的进程可以以任意顺序调用 ``unlink()`` 和 "
141+ ":meth:`close()`。"
142142
143143#: ../../library/multiprocessing.shared_memory.rst:90
144144msgid "A memoryview of contents of the shared memory block."
0 commit comments