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

Skip to content

Commit 247a1a4

Browse files
[po] auto sync
1 parent 21eea19 commit 247a1a4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

c-api/memory.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Meng Du <[email protected]>, 2020
1010
# nick <[email protected]>, 2020
1111
# ppcfish <[email protected]>, 2020
12+
# Chao Sean <[email protected]>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-02-21 12:45+0000\n"
1920
"PO-Revision-Date: 2020-05-30 11:49+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2020\n"
21+
"Last-Translator: Chao Sean <SeanChao0804@gmail.com>, 2020\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,6 +42,9 @@ msgid ""
4142
"different components which deal with various dynamic storage management "
4243
"aspects, like sharing, segmentation, preallocation or caching."
4344
msgstr ""
45+
"在 Python 中,内存管理涉及到一个包含所有 Python 对象和数据结构的私有堆(heap)。这个私有堆的管理由内部的 *Python "
46+
"内存管理器(Python memory manager)* 保证。Python "
47+
"内存管理器有不同的组件来处理各种动态存储管理方面的问题,如共享、分割、预分配或缓存。"
4448

4549
#: ../../c-api/memory.rst:25
4650
msgid ""

0 commit comments

Comments
 (0)