File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Translators:
77# tomo, 2018
88# Osamu NAKAMURA, 2019
9+ # Yuta Kanzawa, 2019
910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2019-12-17 18:25+0900\n "
1617"PO-Revision-Date : 2018-06-29 17:45+0000\n "
17- "Last-Translator : Osamu NAKAMURA , 2019\n "
18+ "Last-Translator : Yuta Kanzawa , 2019\n "
1819"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -414,6 +415,9 @@ msgid ""
414415"argument. Otherwise, the compiler will emit a warning. This is object-"
415416"oriented polymorphism, in C!"
416417msgstr ""
418+ "上の ``destructor`` への明示的な型変換は必要です。なぜなら、 ``Custom_dealloc`` が ``CustomObject "
419+ "*`` 引数をとると定義しましたが、 ``tp_dealloc`` 関数のポインタは ``PyObject *`` "
420+ "引数を受け取ることになっているからです。もし明示的に型変換をしなければ、コンパイラが警告を発するでしょう。これは、Cにおけるオブジェクト指向のポリモーフィズムです!"
417421
418422#: /home/travis/build/python/cpython-doc-catalog/Doc/extending/newtypes_tutorial.rst:285
419423msgid ""
You can’t perform that action at this time.
0 commit comments