10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04e71d2 + ea4dbf0 commit bb595b2Copy full SHA for bb595b2
whatsnew/3.7.po
@@ -247,6 +247,10 @@ msgid ""
247
" (since short strings are interned by the interpreter) and make startup time"
248
" faster."
249
msgstr ""
250
+"これらのissueはアノテーションの評価を遅らせることで解決できます。"
251
+"定義時間(順)ごとにアノテーションを実行するコードをコンパイルする代わりに、コンパイラは問題となっている表現のAST(抽象構文木)に相当する文字列型のアノテーションを保持します。"
252
+"必要であれば、アノテーションは :func:`typing.get_type_hints` を使うことで分解できます。"
253
+"上記の必要のない一般的なケースでは、アノテーションは低コストで保持され(短い文字列はインタプリタに格納されるため)、スタートアップ時間は早くなります。"
254
255
#: ../../whatsnew/3.7.rst:155
256
msgid ""
0 commit comments