@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
14+ "POT-Creation-Date : 2020-12-20 15:58 +0000\n "
1515"PO-Revision-Date : 2020-05-30 11:51+0000\n "
1616"Last-Translator : tomo, 2020\n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -178,138 +178,139 @@ msgstr ""
178178
179179#: ../../c-api/type.rst:127
180180msgid ""
181- "If *bases* is ``NULL``, the *Py_tp_base* slot is used instead. If that also "
182- "is ``NULL``, the new type derives from :class:`object`."
181+ "If *bases* is ``NULL``, the *Py_tp_bases* slot is used instead. If that also"
182+ " is ``NULL``, the *Py_tp_base* slot is used instead. If that also is "
183+ "``NULL``, the new type derives from :class:`object`."
183184msgstr ""
184185
185- #: ../../c-api/type.rst:130
186+ #: ../../c-api/type.rst:131
186187msgid "This function calls :c:func:`PyType_Ready` on the new type."
187188msgstr ""
188189
189- #: ../../c-api/type.rst:136
190+ #: ../../c-api/type.rst:137
190191msgid "Equivalent to ``PyType_FromSpecWithBases(spec, NULL)``."
191192msgstr ""
192193
193- #: ../../c-api/type.rst:140
194+ #: ../../c-api/type.rst:141
194195msgid "Structure defining a type's behavior."
195196msgstr ""
196197
197- #: ../../c-api/type.rst:144
198+ #: ../../c-api/type.rst:145
198199msgid "Name of the type, used to set :c:member:`PyTypeObject.tp_name`."
199200msgstr ""
200201
201- #: ../../c-api/type.rst:149
202+ #: ../../c-api/type.rst:150
202203msgid ""
203204"Size of the instance in bytes, used to set "
204205":c:member:`PyTypeObject.tp_basicsize` and "
205206":c:member:`PyTypeObject.tp_itemsize`."
206207msgstr ""
207208
208- #: ../../c-api/type.rst:155
209+ #: ../../c-api/type.rst:156
209210msgid "Type flags, used to set :c:member:`PyTypeObject.tp_flags`."
210211msgstr ""
211212
212- #: ../../c-api/type.rst:157
213+ #: ../../c-api/type.rst:158
213214msgid ""
214215"If the ``Py_TPFLAGS_HEAPTYPE`` flag is not set, "
215216":c:func:`PyType_FromSpecWithBases` sets it automatically."
216217msgstr ""
217218
218- #: ../../c-api/type.rst:162
219+ #: ../../c-api/type.rst:163
219220msgid ""
220221"Array of :c:type:`PyType_Slot` structures. Terminated by the special slot "
221222"value ``{0, NULL}``."
222223msgstr ""
223224
224- #: ../../c-api/type.rst:167
225+ #: ../../c-api/type.rst:168
225226msgid ""
226227"Structure defining optional functionality of a type, containing a slot ID "
227228"and a value pointer."
228229msgstr ""
229230
230- #: ../../c-api/type.rst:172
231+ #: ../../c-api/type.rst:173
231232msgid "A slot ID."
232233msgstr ""
233234
234- #: ../../c-api/type.rst:174
235+ #: ../../c-api/type.rst:175
235236msgid ""
236237"Slot IDs are named like the field names of the structures "
237238":c:type:`PyTypeObject`, :c:type:`PyNumberMethods`, "
238239":c:type:`PySequenceMethods`, :c:type:`PyMappingMethods` and "
239240":c:type:`PyAsyncMethods` with an added ``Py_`` prefix. For example, use:"
240241msgstr ""
241242
242- #: ../../c-api/type.rst:180
243+ #: ../../c-api/type.rst:181
243244msgid "``Py_tp_dealloc`` to set :c:member:`PyTypeObject.tp_dealloc`"
244245msgstr ""
245246
246- #: ../../c-api/type.rst:181
247+ #: ../../c-api/type.rst:182
247248msgid "``Py_nb_add`` to set :c:member:`PyNumberMethods.nb_add`"
248249msgstr ""
249250
250- #: ../../c-api/type.rst:182
251+ #: ../../c-api/type.rst:183
251252msgid "``Py_sq_length`` to set :c:member:`PySequenceMethods.sq_length`"
252253msgstr ""
253254
254- #: ../../c-api/type.rst:184
255+ #: ../../c-api/type.rst:185
255256msgid ""
256257"The following fields cannot be set using :c:type:`PyType_Spec` and "
257258":c:type:`PyType_Slot`:"
258259msgstr ""
259260
260- #: ../../c-api/type.rst:186
261+ #: ../../c-api/type.rst:187
261262msgid ":c:member:`~PyTypeObject.tp_dict`"
262263msgstr ":c:member:`~PyTypeObject.tp_dict`"
263264
264- #: ../../c-api/type.rst:187
265+ #: ../../c-api/type.rst:188
265266msgid ":c:member:`~PyTypeObject.tp_mro`"
266267msgstr ""
267268
268- #: ../../c-api/type.rst:188
269+ #: ../../c-api/type.rst:189
269270msgid ":c:member:`~PyTypeObject.tp_cache`"
270271msgstr ""
271272
272- #: ../../c-api/type.rst:189
273+ #: ../../c-api/type.rst:190
273274msgid ":c:member:`~PyTypeObject.tp_subclasses`"
274275msgstr ""
275276
276- #: ../../c-api/type.rst:190
277+ #: ../../c-api/type.rst:191
277278msgid ":c:member:`~PyTypeObject.tp_weaklist`"
278279msgstr ""
279280
280- #: ../../c-api/type.rst:191
281+ #: ../../c-api/type.rst:192
281282msgid ":c:member:`~PyTypeObject.tp_print`"
282283msgstr ""
283284
284- #: ../../c-api/type.rst:192
285+ #: ../../c-api/type.rst:193
285286msgid ":c:member:`~PyTypeObject.tp_weaklistoffset`"
286287msgstr ":c:member:`~PyTypeObject.tp_weaklistoffset`"
287288
288- #: ../../c-api/type.rst:193
289+ #: ../../c-api/type.rst:194
289290msgid ":c:member:`~PyTypeObject.tp_dictoffset`"
290291msgstr ":c:member:`~PyTypeObject.tp_dictoffset`"
291292
292- #: ../../c-api/type.rst:194
293+ #: ../../c-api/type.rst:195
293294msgid ":c:member:`~PyBufferProcs.bf_getbuffer`"
294295msgstr ":c:member:`~PyBufferProcs.bf_getbuffer`"
295296
296- #: ../../c-api/type.rst:195
297+ #: ../../c-api/type.rst:196
297298msgid ":c:member:`~PyBufferProcs.bf_releasebuffer`"
298299msgstr ":c:member:`~PyBufferProcs.bf_releasebuffer`"
299300
300- #: ../../c-api/type.rst:197
301+ #: ../../c-api/type.rst:198
301302msgid ""
302- "Setting :c:data:`Py_tp_bases` may be problematic on some platforms. To avoid "
303- " issues, use the *bases* argument of :py:func:`PyType_FromSpecWithBases` "
304- "instead."
303+ "Setting :c:data:`Py_tp_bases` or :c:data:`Py_tp_base` may be problematic on "
304+ "some platforms. To avoid issues, use the *bases* argument of "
305+ ":py:func:`PyType_FromSpecWithBases` instead."
305306msgstr ""
306307
307- #: ../../c-api/type.rst:203
308+ #: ../../c-api/type.rst:205
308309msgid ""
309310"The desired value of the slot. In most cases, this is a pointer to a "
310311"function."
311312msgstr ""
312313
313- #: ../../c-api/type.rst:206
314+ #: ../../c-api/type.rst:208
314315msgid "May not be ``NULL``."
315316msgstr ""
0 commit comments