1818# sunsol s <[email protected] >, 20231919# Siyuan Xu, 2023
2020# WH-2099 <[email protected] >, 202321- # Freesand Leo <[email protected] >, 20232221# Alpha Du <[email protected] >, 202322+ # Freesand Leo <[email protected] >, 20232323#
2424#, fuzzy
2525msgid ""
@@ -28,7 +28,7 @@ msgstr ""
2828"Report-Msgid-Bugs-To : \n "
2929"POT-Creation-Date : 2023-12-08 14:14+0000\n "
3030"PO-Revision-Date : 2021-06-28 01:14+0000\n "
31- "Last-Translator : Alpha Du <alphanow@gmail .com>, 2023\n "
31+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2023\n "
3232"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
3333"MIME-Version : 1.0\n "
3434"Content-Type : text/plain; charset=UTF-8\n "
@@ -2332,6 +2332,9 @@ msgid ""
23322332":attr:`~frame.f_trace_lines` to :const:`False` on that :ref:`frame <frame-"
23332333"objects>`."
23342334msgstr ""
2335+ "解释器即将执行一个新的代码行或重新执行一个循环的条件。 局部跟踪函数将被调用;*arg* 为 ``None``;其返回值将指定新的局部跟踪函数。 请参阅"
2336+ " :file:`Objects/lnotab_notes.txt` 查看有关其工作原理的详细说明。 可以通过在某个 :ref:`帧 <frame-"
2337+ "objects>` 上把 :attr:`~frame.f_trace_lines` 设为 :const:`False` 来禁用相应帧的每行触发事件。"
23352338
23362339#: ../../library/sys.rst:1593
23372340msgid ""
@@ -2369,6 +2372,9 @@ msgid ""
23692372":attr:`~frame.f_trace_opcodes` to :const:`True` on the :ref:`frame <frame-"
23702373"objects>`."
23712374msgstr ""
2375+ "解释器即将执行一个新的操作码(请参阅 :mod:`dis` 了解有关操作码的详情)。 局部跟踪函数将被调用;*arg* 为 "
2376+ "``None``;共返回值将指定新的局部跟踪函数。 在默认情况下不会发出每个操作码触发事件:必须通过在某个 :ref:`帧 <frame-"
2377+ "objects>` 上把 :attr:`~frame.f_trace_opcodes` 设为 :const:`True` 来显式地发出请求。"
23722378
23732379#: ../../library/sys.rst:1611
23742380msgid ""
@@ -2420,6 +2426,8 @@ msgid ""
24202426"``'opcode'`` event type added; :attr:`~frame.f_trace_lines` and "
24212427":attr:`~frame.f_trace_opcodes` attributes added to frames"
24222428msgstr ""
2429+ "添加了 ``'opcode'`` 事件类型;为帧添加了 :attr:`~frame.f_trace_lines` 和 "
2430+ ":attr:`~frame.f_trace_opcodes` 属性"
24232431
24242432#: ../../library/sys.rst:1643
24252433msgid ""
0 commit comments