File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-01-05 15:01+0000 \n "
11
+ "POT-Creation-Date : 2018-06-19 14:03+0900 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : Osamu NAKAMURA, 2017\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -62,15 +62,11 @@ msgstr ""
62
62
msgid ""
63
63
"It is important to understand that the management of the Python heap is "
64
64
"performed by the interpreter itself and that the user has no control over "
65
- "it, even if she regularly manipulates object pointers to memory blocks "
65
+ "it, even if they regularly manipulate object pointers to memory blocks "
66
66
"inside that heap. The allocation of heap space for Python objects and other"
67
67
" internal buffers is performed on demand by the Python memory manager "
68
68
"through the Python/C API functions listed in this document."
69
69
msgstr ""
70
- "重要なのは、たとえユーザがいつもヒープ内のメモリブロックを指すようなオブジェクトポインタを操作しているとしても、Python "
71
- "用ヒープの管理はインタプリタ自体が行うもので、ユーザがそれを制御する余地はないと理解することです。Python "
72
- "オブジェクトや内部使用されるバッファを入れるためのヒープ空間のメモリ確保は、必要に応じて、Python "
73
- "メモリマネージャがこのドキュメント内で列挙しているPython/C API 関数群を介して行います。"
74
70
75
71
#: ../../c-api/memory.rst:49
76
72
msgid ""
You can’t perform that action at this time.
0 commit comments