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

Skip to content

Commit 9b2a64e

Browse files
[po] auto sync
1 parent ea0fad6 commit 9b2a64e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

library/tracemalloc.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,17 +236,17 @@ msgstr ""
236236
msgid ""
237237
"Get the memory usage in bytes of the :mod:`tracemalloc` module used to store"
238238
" traces of memory blocks. Return an :class:`int`."
239-
msgstr ""
239+
msgstr "获取 :mod:`tracemalloc` 模块用于保存内存块追踪所使用的内存字节数。 返回一个 :class:`int`。"
240240

241241
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:301
242242
msgid ""
243243
"``True`` if the :mod:`tracemalloc` module is tracing Python memory "
244244
"allocations, ``False`` otherwise."
245-
msgstr ""
245+
msgstr "如果 :mod:`tracemalloc` 模块正在追踪 Python 内存分配则返回 ``True``,否则返回 ``False``。"
246246

247247
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:304
248248
msgid "See also :func:`start` and :func:`stop` functions."
249-
msgstr ""
249+
msgstr "另请参阅 :func:`start` 和 :func:`stop` 函数。"
250250

251251
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:309
252252
msgid ""
@@ -255,6 +255,8 @@ msgid ""
255255
"frames. By default, a trace of a memory block only stores the most recent "
256256
"frame: the limit is ``1``. *nframe* must be greater or equal to ``1``."
257257
msgstr ""
258+
"开始追踪 Python 内存分配:在 Python 内存分配器上安装钩子。 收集的追踪回溯将被限制为 *nframe* 个帧。 "
259+
"在默认情况下,一个内存块的追踪将只保存最近的帧:即限制为 ``1``。 *nframe* 必须大于等于 ``1``。"
258260

259261
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:314
260262
msgid ""

0 commit comments

Comments
 (0)