@@ -1069,7 +1069,7 @@ msgstr "``python.o`` 和静态库 ``libpython`` 被链接到最终程序 ``pytho
10691069
10701070#: ../../using/configure.rst:697
10711071msgid "C extensions are built by the Makefile (see :file:`Modules/Setup`)."
1072- msgstr ""
1072+ msgstr "C 扩展是由 Makefile 构建的 (参见 :file:`Modules/Setup`)。 "
10731073
10741074#: ../../using/configure.rst:700
10751075msgid "Main Makefile targets"
@@ -1166,6 +1166,8 @@ msgid ""
11661166":c:macro:`PyMODINIT_FUNC` macros of :file:`Include/pyport.h` are defined "
11671167"differently depending if the ``Py_BUILD_CORE_MODULE`` macro is defined:"
11681168msgstr ""
1169+ ":c:macro:`PyAPI_FUNC()`, :c:macro:`PyAPI_DATA()` 和 :c:macro:`PyMODINIT_FUNC`"
1170+ " 等宏在 :file:`Include/pyport.h` 中的定义将因是否定义了 ``Py_BUILD_CORE_MODULE`` 宏而不同:"
11691171
11701172#: ../../using/configure.rst:753
11711173msgid "Use ``Py_EXPORTED_SYMBOL`` if the ``Py_BUILD_CORE_MODULE`` is defined"
@@ -1217,6 +1219,7 @@ msgid ""
12171219"value to be able to build extension modules using the directories specified "
12181220"in the environment variables."
12191221msgstr ""
1222+ ":envvar:`CPPFLAGS` 和 :envvar:`LDFLAGS` 都需要包含 shell 的值以便能够使用环境变量中指定的目录构建扩展模块。"
12201223
12211224#: ../../using/configure.rst:791
12221225msgid ""
@@ -1261,6 +1264,8 @@ msgid ""
12611264"extensions. Use it when a compiler flag should *not* be part of "
12621265":envvar:`CFLAGS` once Python is installed (:gh:`65320`)."
12631266msgstr ""
1267+ ":envvar:`CFLAGS_NODIST` 用于构建解释器和 stdlib C 扩展。 一旦装好 Python 则当某个编译器旗标 *不应* 成为 "
1268+ ":envvar:`CFLAGS` 的一部分时将可使用它 (:gh:`65320`)。"
12641269
12651270#: ../../using/configure.rst:822
12661271msgid "In particular, :envvar:`CFLAGS` should not contain:"
@@ -1416,6 +1421,8 @@ msgid ""
14161421":envvar:`CFLAGS_NODIST`. Use it when a linker flag should *not* be part of "
14171422":envvar:`LDFLAGS` once Python is installed (:gh:`65320`)."
14181423msgstr ""
1424+ ":envvar:`LDFLAGS_NODIST` 的使用方式与 :envvar:`CFLAGS_NODIST` 相同。 一旦装好 Python "
1425+ "则当某个链接器旗标 *不应* 成为 :envvar:`LDFLAGS` 的一部分时将可使用它 (:gh:`65320`)。"
14191426
14201427#: ../../using/configure.rst:952
14211428msgid "In particular, :envvar:`LDFLAGS` should not contain:"
0 commit comments