8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2023-10-11 17:13 +0000\n "
11
+ "POT-Creation-Date : 2024-02-08 00:03 +0000\n "
12
12
"PO-Revision-Date : 2023-04-25 18:01+0800\n "
13
13
"
Last-Translator :
Matt Wang <[email protected] >\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -245,9 +245,11 @@ msgstr ""
245
245
"大小增加)。在成本/收益分析方面,編譯器通常比開發人員更聰明。"
246
246
247
247
#: ../../c-api/intro.rst:151
248
+ #, fuzzy
248
249
msgid ""
249
- "If Python is :ref:`built in debug mode <debug-build>` (if the ``Py_DEBUG`` "
250
- "macro is defined), the :c:macro:`Py_ALWAYS_INLINE` macro does nothing."
250
+ "If Python is :ref:`built in debug mode <debug-build>` (if the :c:macro:"
251
+ "`Py_DEBUG` macro is defined), the :c:macro:`Py_ALWAYS_INLINE` macro does "
252
+ "nothing."
251
253
msgstr ""
252
254
"如果 Python 是\\ :ref:`在除錯模式下建置 <debug-build>`\\ (如果 ``Py_DEBUG`` "
253
255
"巨集有被定義),:c:macro:`Py_ALWAYS_INLINE` 巨集就什麼都不會做。"
@@ -1039,14 +1041,15 @@ msgstr ""
1039
1041
"錯構置的完整列表,為支援追蹤參照計數、為記憶體分配器除錯或對主直譯器迴圈進行"
1040
1042
"低階分析的建置。本節的其餘部分將僅描述最常用的建置。"
1041
1043
1042
- #: ../../c-api/intro.rst:815
1044
+ #: ../../c-api/intro.rst:817
1045
+ #, fuzzy
1043
1046
msgid ""
1044
- "Compiling the interpreter with the :c:macro:`Py_DEBUG` macro defined "
1047
+ "Compiling the interpreter with the :c:macro:`! Py_DEBUG` macro defined "
1045
1048
"produces what is generally meant by :ref:`a debug build of Python <debug-"
1046
- "build>`. :c:macro:`Py_DEBUG` is enabled in the Unix build by adding :option:"
1049
+ "build>`. :c:macro:`! Py_DEBUG` is enabled in the Unix build by adding :option:"
1047
1050
"`--with-pydebug` to the :file:`./configure` command. It is also implied by "
1048
- "the presence of the not-Python-specific :c:macro:`_DEBUG` macro. When :c:"
1049
- "macro:`Py_DEBUG` is enabled in the Unix build, compiler optimization is "
1051
+ "the presence of the not-Python-specific :c:macro:`! _DEBUG` macro. When :c:"
1052
+ "macro:`! Py_DEBUG` is enabled in the Unix build, compiler optimization is "
1050
1053
"disabled."
1051
1054
msgstr ""
1052
1055
"使用定義的 :c:macro:`Py_DEBUG` 巨集編譯直譯器會生成 :ref:`Python 的除錯建置 "
@@ -1055,15 +1058,15 @@ msgstr ""
1055
1058
"macro:`_DEBUG` 巨集的存在也暗示了這一點。當 :c:macro:`Py_DEBUG` 在 Unix 建置"
1056
1059
"中啟用時,編譯器最佳化會被禁用。"
1057
1060
1058
- #: ../../c-api/intro.rst:823
1061
+ #: ../../c-api/intro.rst:825
1059
1062
msgid ""
1060
1063
"In addition to the reference count debugging described below, extra checks "
1061
1064
"are performed, see :ref:`Python Debug Build <debug-build>`."
1062
1065
msgstr ""
1063
1066
"除了下面描述的參照計數除錯之外,還會執行額外的檢查,請參閱 :ref:`Python 除錯"
1064
1067
"建置 <debug-build>`。"
1065
1068
1066
- #: ../../c-api/intro.rst:826
1069
+ #: ../../c-api/intro.rst:828
1067
1070
msgid ""
1068
1071
"Defining :c:macro:`Py_TRACE_REFS` enables reference tracing (see the :option:"
1069
1072
"`configure --with-trace-refs option <--with-trace-refs>`). When defined, a "
@@ -1078,7 +1081,7 @@ msgstr ""
1078
1081
"linked list)。全體分配也有被追蹤。退出時將印出所有現行參照。(在交互模式下,"
1079
1082
"這發生在直譯器運行的每個陳述句之後。)"
1080
1083
1081
- #: ../../c-api/intro.rst:833
1084
+ #: ../../c-api/intro.rst:835
1082
1085
msgid ""
1083
1086
"Please refer to :file:`Misc/SpecialBuilds.txt` in the Python source "
1084
1087
"distribution for more detailed information."
0 commit comments