@@ -1054,19 +1054,23 @@ msgid ""
10541054":ref:`pymalloc memory allocator <pymalloc>` every time a new pymalloc object"
10551055" arena is created, and on shutdown."
10561056msgstr ""
1057+ "如果设为一个非空字符串,Python 将在每次创建新的 pymalloc 对象区域以及在关闭时打印 :ref:`pymalloc 内存分配器 "
1058+ "<pymalloc>` 的统计信息。"
10571059
10581060#: ../../using/cmdline.rst:754
10591061msgid ""
10601062"This variable is ignored if the :envvar:`PYTHONMALLOC` environment variable "
10611063"is used to force the :c:func:`malloc` allocator of the C library, or if "
10621064"Python is configured without ``pymalloc`` support."
10631065msgstr ""
1066+ "如果 :envvar:`PYTHONMALLOC` 环境变量被用来强制开启 C 库的 :c:func:`malloc` 分配器,或者如果 Python "
1067+ "的配置不支持 ``pymalloc``,则此变量将被忽略。"
10641068
10651069#: ../../using/cmdline.rst:758
10661070msgid ""
10671071"This variable can now also be used on Python compiled in release mode. It "
10681072"now has no effect if set to an empty string."
1069- msgstr ""
1073+ msgstr "此变量现在也可以被用于在发布模式下编译的 Python。 如果它被设置为一个空字符串则将没有任何效果。 "
10701074
10711075#: ../../using/cmdline.rst:765
10721076msgid ""
@@ -1075,12 +1079,14 @@ msgid ""
10751079"respectively. Otherwise, the new defaults 'utf-8' and 'surrogatepass' are "
10761080"used."
10771081msgstr ""
1082+ "如果设为一个非空字符串,则默认的文件系统编码和错误模式将分别恢复为它们在 3.6 版之前的值 'mbcs' 和 'replace'。 "
1083+ "否则会使用新的默认值 'utf-8' 和 'surrogatepass'。"
10781084
10791085#: ../../using/cmdline.rst:769
10801086msgid ""
10811087"This may also be enabled at runtime with "
10821088":func:`sys._enablelegacywindowsfsencoding()`."
1083- msgstr ""
1089+ msgstr "这也可以在运行时通过 :func:`sys._enablelegacywindowsfsencoding()` 来启用。 "
10841090
10851091#: ../../using/cmdline.rst:773 ../../using/cmdline.rst:787
10861092msgid ":ref:`Availability <availability>`: Windows."
@@ -1096,12 +1102,13 @@ msgid ""
10961102"writer. This means that Unicode characters will be encoded according to the "
10971103"active console code page, rather than using utf-8."
10981104msgstr ""
1105+ "如果设为一个非空字符串,则不使用新的控制台读取器和写入器。 这意味着 Unicode 字符将根据活动控制台的代码页进行编码,而不是使用 utf-8。"
10991106
11001107#: ../../using/cmdline.rst:783
11011108msgid ""
11021109"This variable is ignored if the standard streams are redirected (to files or"
11031110" pipes) rather than referring to console buffers."
1104- msgstr ""
1111+ msgstr "如果标准流被重定向(到文件或管道)而不是指向控制台缓冲区则该变量会被忽略。 "
11051112
11061113#: ../../using/cmdline.rst:793
11071114msgid ""
0 commit comments