@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.7\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2018-06 -30 05:56 +0900\n "
18
+ "POT-Creation-Date : 2018-11 -30 09:52 +0900\n "
19
19
"PO-Revision-Date : 2017-02-16 17:39+0000\n "
20
20
"Last-Translator : Arihiro TAKASE, 2017\n "
21
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -69,7 +69,11 @@ msgstr ""
69
69
"を定義して使うことを想定しています。それぞれのフラグはpythonの異なるリリースで安定していることが保証されていますが、 "
70
70
":c:member:`~PyTypeObject.tp_flags` 自体は限定されたAPIの一部ではありません。"
71
71
72
- #: ../../c-api/type.rst:50
72
+ #: ../../c-api/type.rst:47
73
+ msgid "The return type is now ``unsigned long`` rather than ``long``."
74
+ msgstr ""
75
+
76
+ #: ../../c-api/type.rst:53
73
77
msgid ""
74
78
"Invalidate the internal lookup cache for the type and all of its subtypes. "
75
79
"This function must be called after any manual modification of the attributes"
@@ -78,25 +82,25 @@ msgstr ""
78
82
"内部の検索キャッシュを、その type とすべてのサブタイプに対して無効にします。この関数は type "
79
83
"の属性や基底クラス列を変更したあとに手動で呼び出さなければなりません。"
80
84
81
- #: ../../c-api/type.rst:57
85
+ #: ../../c-api/type.rst:60
82
86
msgid ""
83
87
"Return true if the type object *o* sets the feature *feature*. Type "
84
88
"features are denoted by single bit flags."
85
89
msgstr "型オブジェクト *o* に、型機能 *feature* が設定されている場合に真を返します。型機能は各々単一ビットのフラグで表されます。"
86
90
87
- #: ../../c-api/type.rst:63
91
+ #: ../../c-api/type.rst:66
88
92
msgid ""
89
93
"Return true if the type object includes support for the cycle detector; this"
90
94
" tests the type flag :const:`Py_TPFLAGS_HAVE_GC`."
91
95
msgstr ""
92
96
"型オブジェクトが *o* が循環参照検出をサポートしている場合に真を返します; この関数は型機能フラグ "
93
97
":const:`Py_TPFLAGS_HAVE_GC` の設定状態をチェックします。"
94
98
95
- #: ../../c-api/type.rst:69
99
+ #: ../../c-api/type.rst:72
96
100
msgid "Return true if *a* is a subtype of *b*."
97
101
msgstr "*a* が *b* のサブタイプの場合に真を返します。"
98
102
99
- #: ../../c-api/type.rst:71
103
+ #: ../../c-api/type.rst:74
100
104
msgid ""
101
105
"This function only checks for actual subtypes, which means that "
102
106
":meth:`~class.__subclasscheck__` is not called on *b*. Call "
@@ -107,7 +111,7 @@ msgstr ""
107
111
"に対し呼ばれません。 :func:`issubclass` と同じチェックをするには :c:func:`PyObject_IsSubclass` "
108
112
"を呼んでください。"
109
113
110
- #: ../../c-api/type.rst:79
114
+ #: ../../c-api/type.rst:82
111
115
msgid ""
112
116
"Generic handler for the :c:member:`~PyTypeObject.tp_alloc` slot of a type "
113
117
"object. Use Python's default memory allocation mechanism to allocate a new "
@@ -116,7 +120,7 @@ msgstr ""
116
120
"型オブジェクトの :c:member:`~PyTypeObject.tp_alloc` に対するジェネリックハンドラです。 Python "
117
121
"のデフォルトのメモリアロケートメカニズムを使って新しいインスタンスをアロケートし、すべての内容を *NULL* で初期化します。"
118
122
119
- #: ../../c-api/type.rst:85
123
+ #: ../../c-api/type.rst:88
120
124
msgid ""
121
125
"Generic handler for the :c:member:`~PyTypeObject.tp_new` slot of a type "
122
126
"object. Create a new instance using the type's "
@@ -125,7 +129,7 @@ msgstr ""
125
129
"型オブジェクトの :c:member:`~PyTypeObject.tp_new` に対するジェネリックハンドラです。型の "
126
130
":c:member:`~PyTypeObject.tp_alloc` スロットを使って新しいインスタンスを作成します。"
127
131
128
- #: ../../c-api/type.rst:90
132
+ #: ../../c-api/type.rst:93
129
133
msgid ""
130
134
"Finalize a type object. This should be called on all type objects to finish"
131
135
" their initialization. This function is responsible for adding inherited "
@@ -135,13 +139,13 @@ msgstr ""
135
139
"型オブジェクトのファイナライズを行います。この関数は全てのオブジェクトで初期化を完了するために呼び出されなくてはなりません。この関数は、基底クラス型から継承したスロットを型オブジェクトに追加する役割があります。成功した場合には"
136
140
" ``0`` を返し、エラーの場合には ``-1`` を返して例外情報を設定します。"
137
141
138
- #: ../../c-api/type.rst:97
142
+ #: ../../c-api/type.rst:100
139
143
msgid ""
140
144
"Creates and returns a heap type object from the *spec* passed to the "
141
145
"function."
142
146
msgstr "関数引数に与えられた *spec* からヒープタイプのオブジェクトを作って返します。"
143
147
144
- #: ../../c-api/type.rst:101
148
+ #: ../../c-api/type.rst:104
145
149
msgid ""
146
150
"Creates and returns a heap type object from the *spec*. In addition to that,"
147
151
" the created heap type contains all types contained by the *bases* tuple as "
@@ -151,7 +155,7 @@ msgstr ""
151
155
"*spec* からヒープタイプのオブジェクトを生成して返します。加えて、生成されたヒープタイプは *bases* "
152
156
"タプルが保持するすべての型を基底の型として保持します。他のヒープ型を基底型として参照できます。"
153
157
154
- #: ../../c-api/type.rst:109
158
+ #: ../../c-api/type.rst:112
155
159
msgid ""
156
160
"Return the function pointer stored in the given slot. If the result is "
157
161
"*NULL*, this indicates that either the slot is *NULL*, or that the function "
0 commit comments