Skip to content

Commit a3c0ea1

Browse files
sync with cpython b104b74e
1 parent 35b2778 commit a3c0ea1

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

extending/extending.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.14\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2026-06-23 00:40+0000\n"
12+
"POT-Creation-Date: 2026-08-17 00:09+0000\n"
1313
"PO-Revision-Date: 2025-02-17 14:34+0000\n"
1414
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2815,13 +2815,14 @@ msgstr ""
28152815
"式的基本結構都是相同的,所以只需要學習一次。"
28162816

28172817
#: ../../extending/extending.rst:1404
2818+
#, fuzzy
28182819
msgid ""
28192820
"Finally it should be mentioned that Capsules offer additional functionality, "
28202821
"which is especially useful for memory allocation and deallocation of the "
28212822
"pointer stored in a Capsule. The details are described in the Python/C API "
28222823
"Reference Manual in the section :ref:`capsules` and in the implementation of "
2823-
"Capsules (files :file:`Include/pycapsule.h` and :file:`Objects/pycapsule.c` "
2824-
"in the Python source code distribution)."
2824+
"Capsules (files :file:`Include/pycapsule.h` and :file:`Objects/capsule.c` in "
2825+
"the Python source code distribution)."
28252826
msgstr ""
28262827
"最後應該提到的是,Capsule 提供了額外的功能,這對於 Capsule 中儲存的指標的記憶"
28272828
"體配置和釋放特別有用。詳細資訊在 Python/C API 參考手冊的 :ref:`capsules` 章節"

library/sys.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-07-21 00:29+0000\n"
9+
"POT-Creation-Date: 2026-08-17 00:09+0000\n"
1010
"PO-Revision-Date: 2023-04-26 02:54+0800\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2303,10 +2303,10 @@ msgstr "``'line'``"
23032303
msgid ""
23042304
"The interpreter is about to execute a new line of code or re-execute the "
23052305
"condition of a loop. The local trace function is called; *arg* is ``None``; "
2306-
"the return value specifies the new local trace function. See :file:`Objects/"
2307-
"lnotab_notes.txt` for a detailed explanation of how this works. Per-line "
2308-
"events may be disabled for a frame by setting :attr:`~frame.f_trace_lines` "
2309-
"to :const:`False` on that :ref:`frame <frame-objects>`."
2306+
"the return value specifies the new local trace function. See :source:"
2307+
"`InternalDocs/code_objects.md` for a detailed explanation of how this works. "
2308+
"Per-line events may be disabled for a frame by setting :attr:`~frame."
2309+
"f_trace_lines` to :const:`False` on that :ref:`frame <frame-objects>`."
23102310
msgstr ""
23112311

23122312
#: ../../library/sys.rst:1808

0 commit comments

Comments
 (0)