File tree Expand file tree Collapse file tree 6 files changed +20
-4
lines changed Expand file tree Collapse file tree 6 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ msgid ""
48
48
"can cause memory access violations and immediate termination of the "
49
49
"interpreter."
50
50
msgstr ""
51
+ "この章で述べている関数は、渡されたオブジェクトの型を注意深くチェックしはするものの、多くの関数は渡されたオブジェクトが有効な ``NULL`` "
52
+ "なのか有効なオブジェクトなのかをチェックしません。これらの関数に ``NULL`` "
53
+ "を渡させてしまうと、関数はメモリアクセス違反を起こして、インタプリタを即座に終了させてしまうはずです。"
51
54
52
55
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/concrete.rst:28
53
56
msgid "Fundamental Objects"
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ msgid ""
40
40
"values, returns ``NULL`` with no exception set. If an error occurs while "
41
41
"retrieving the item, returns ``NULL`` and passes along the exception."
42
42
msgstr ""
43
+ "反復処理 *o* における次の値を返します。オブジェクトはイテレータでなければなりません "
44
+ "(これをチェックするのは呼び出し側の責任です)。要素が何も残っていない場合は、例外がセットされていない状態で ``NULL`` "
45
+ "を返します。要素を取り出す際にエラーが生じた場合は、 ``NULL`` を返し、発生した例外を送出します。"
43
46
44
47
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/iter.rst:22
45
48
msgid ""
Original file line number Diff line number Diff line change @@ -100,3 +100,5 @@ msgid ""
100
100
":c:func:`PyMemoryView_FromMemory` or :c:func:`PyMemoryView_FromBuffer`. "
101
101
"*mview* **must** be a memoryview instance."
102
102
msgstr ""
103
+ "memoryview をエクスポートしているオブジェクトへのポインタを返します。\n"
104
+ "memoryview が :c:func:`PyMemoryView_FromMemory` か :c:func:`PyMemoryView_FromBuffer` のどちらかで作成されていた場合、 ``NULL`` を返します。"
Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ msgid ""
280
280
"reference to the return value of the function. Be sure to release the "
281
281
"reference after examining the value."
282
282
msgstr ""
283
+ "関数が処理を戻す際、 ``pValue`` は ``NULL`` "
284
+ "になるか、関数の戻り値への参照が入っています。値を調べた後には忘れずに参照を解放してください。"
283
285
284
286
#: /home/travis/build/python/cpython-doc-catalog/Doc/extending/embedding.rst:207
285
287
msgid "Extending Embedded Python"
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2019
8
7
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
8
+ # tomo, 2019
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To : \n "
15
15
"POT-Creation-Date : 2019-12-16 04:24+0000\n "
16
16
"PO-Revision-Date : 2019-09-01 02:43+0000\n "
17
- "Last-Translator : Hiroyuki Kurosawa <kh99mail@gmail.com> , 2019\n "
17
+ "Last-Translator : tomo , 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -162,6 +162,8 @@ msgid ""
162
162
"use :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, "
163
163
":c:func:`PyList_Check`, etc."
164
164
msgstr ""
165
+ "オブジェクトの型を検査するには、まず最初にそれが ``NULL`` でないことを確かめた上で、 :c:func:`PyBytes_Check` 、 "
166
+ ":c:func:`PyTuple_Check` 、 :c:func:`PyList_Check` などを使います。"
165
167
166
168
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/extending.rst:95
167
169
msgid ""
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2019
8
7
# yuji takesue <taketakeyyy@gmail.com>, 2019
8
+ # tomo, 2019
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To : \n "
15
15
"POT-Creation-Date : 2019-12-16 04:24+0000\n "
16
16
"PO-Revision-Date : 2019-09-01 02:42+0000\n "
17
- "Last-Translator : yuji takesue <taketakeyyy@gmail.com> , 2019\n "
17
+ "Last-Translator : tomo , 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -133,6 +133,10 @@ msgid ""
133
133
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
134
134
"<https://bitbucket.org/pypa/>`__."
135
135
msgstr ""
136
+ "`Python Packaging Authority <https://www.pypa.io/>`__ "
137
+ "は、標準のパッケージングツール、関連するメタデータとファイルフォーマット標準の保守と発展を担っている、開発者・ドキュメントの著者のグループです。彼らは様々なツールやドキュメント、issue"
138
+ " tracker を `GitHub <https://github.com/pypa>`__ と `Bitbucket "
139
+ "<https://bitbucket.org/pypa/>`__ の両方で管理しています。"
136
140
137
141
#: /home/travis/build/python/cpython-doc-catalog/Doc/installing/index.rst:57
138
142
msgid ""
You can’t perform that action at this time.
0 commit comments