@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-02-15 14:21 +0000\n "
14+ "POT-Creation-Date : 2026-02-17 14:41 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -705,7 +705,7 @@ msgstr ""
705705msgid ""
706706"Note that Python will do a best effort at freeing all memory allocated by "
707707"the Python interpreter. Therefore, any C-Extension should make sure to "
708- "correctly clean up all of the preveiously allocated PyObjects before using "
708+ "correctly clean up all of the previously allocated PyObjects before using "
709709"them in subsequent calls to :c:func:`Py_Initialize`. Otherwise it could "
710710"introduce vulnerabilities and incorrect behavior."
711711msgstr ""
@@ -2185,7 +2185,7 @@ msgstr ""
21852185
21862186#: ../../c-api/init.rst:1595
21872187msgid ""
2188- "Issue a fatal error if there no :term:`attached thread state`. It cannot "
2188+ "Issue a fatal error if there is no :term:`attached thread state`. It cannot "
21892189"return NULL."
21902190msgstr ""
21912191
@@ -2950,15 +2950,9 @@ msgid ""
29502950"exception becomes set within the frame being executed. The effect of this "
29512951"is that as exception propagation causes the Python stack to unwind, the "
29522952"callback is called upon return to each frame as the exception propagates. "
2953- "Only trace functions receives these events; they are not needed by the "
2953+ "Only trace functions receive these events; they are not needed by the "
29542954"profiler."
29552955msgstr ""
2956- "例外が送出された際の :c:type:`Py_tracefunc` の *what* の値です。現在実行され"
2957- "ているフレームで例外がセットされ、何らかのバイトコードが処理された後に、 "
2958- "*what* にこの値がセットされた状態でコールバック関数が呼び出されます。この結"
2959- "果、例外の伝播によって Python が呼び出しスタックを逆戻りする際に、各フレーム"
2960- "から処理が戻るごとにコールバック関数が呼び出されます。トレース関数だけがこれ"
2961- "らのイベントを受け取ります; プロファイラはこの種のイベントを必要としません。"
29622956
29632957#: ../../c-api/init.rst:2172
29642958msgid ""
@@ -3100,7 +3094,7 @@ msgstr ""
31003094
31013095#: ../../c-api/init.rst:2294
31023096msgid ""
3103- "Not that tracer functions **must not** create Python objects inside or "
3097+ "Note that tracer functions **must not** create Python objects inside or "
31043098"otherwise the call will be re-entrant. The tracer also **must not** clear "
31053099"any existing exception or set an exception. A :term:`thread state` will be "
31063100"active every time the tracer function is called."
0 commit comments