@@ -1104,26 +1104,31 @@ msgid ""
11041104"signals which cannot be handled. Only the main thread of the main "
11051105"interpreter can handle signals."
11061106msgstr ""
1107+ "优化了多线程应用中的信号处理。 如果一个线程不是获得信号的主线程,字节码求值循环不会在每条字节码指令上被打断以检查无法被处理的挂起的信号。 "
1108+ "只有主解释器的主线程能够处理信号。"
11071109
11081110#: ../../whatsnew/3.9.rst:625
11091111msgid ""
11101112"Previously, the bytecode evaluation loop was interrupted at each instruction"
11111113" until the main thread handles signals. (Contributed by Victor Stinner in "
11121114":issue:`40010`.)"
11131115msgstr ""
1116+ "在之前版本中,字节码求值循环会在每条指令上被打断直到主线程处理了信号。 (由 Victor Stinner 在 :issue:`40010` 上贡献。)"
11141117
11151118#: ../../whatsnew/3.9.rst:629
11161119msgid ""
11171120"Optimize the :mod:`subprocess` module on FreeBSD using ``closefrom()``. "
11181121"(Contributed by Ed Maste, Conrad Meyer, Kyle Evans, Kubilay Kocak and Victor"
11191122" Stinner in :issue:`38061`.)"
11201123msgstr ""
1124+ "在 FreeBSD 上使用 ``closefrom()`` 优化了 :mod:`subprocess` 模块。 (由 Ed Maste, Conrad "
1125+ "Meyer, Kyle Evans, Kubilay Kocak 和 Victor Stinner 在 :issue:`38061` 中贡献。)"
11211126
11221127#: ../../whatsnew/3.9.rst:633
11231128msgid ""
11241129"Here's a summary of performance improvements from Python 3.4 through Python "
11251130"3.9:"
1126- msgstr ""
1131+ msgstr "以下是对从 Python 3.4 到 Python 3.9 的提升提升情况的总结: "
11271132
11281133#: ../../whatsnew/3.9.rst:680
11291134msgid ""
@@ -1135,6 +1140,11 @@ msgid ""
11351140"-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_ running the macOS 64-bit "
11361141"builds found at `python.org <https://www.python.org/downloads/mac-osx/>`_."
11371142msgstr ""
1143+ "以上结果是由以下变量访问基准测试脚本所生成的: ``Tools/scripts/var_access_benchmark.py``。 "
1144+ "该基准测试脚本以纳秒为单位显示时间。 基准测试数据是在一块 `Intel® Core™ i7-4960HQ 处理器 "
1145+ "<https://ark.intel.com/content/www/us/en/ark/products/76088/intel-core-i7"
1146+ "-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_ 运行从 `python.org "
1147+ "<https://www.python.org/downloads/mac-osx/>`_ 获取的 macOS 64 位编译版本所得到的。"
11381148
11391149#: ../../whatsnew/3.9.rst:690
11401150msgid "Deprecated"
@@ -1146,6 +1156,8 @@ msgid ""
11461156"(wheel packages) instead. (Contributed by Hugo van Kemenade in "
11471157":issue:`39586`.)"
11481158msgstr ""
1159+ "distutils 的 ``bdist_msi`` 命令现在已被弃用,请改用 ``bdist_wheel`` (wheel 包)。 (由 Hugo "
1160+ "van Kemenade 在 :issue:`39586` 中贡献。)"
11491161
11501162#: ../../whatsnew/3.9.rst:696
11511163msgid ""
@@ -1212,15 +1224,15 @@ msgstr ""
12121224
12131225#: ../../whatsnew/3.9.rst:737
12141226msgid ":func:`~binascii.b2a_hqx`, :func:`~binascii.a2b_hqx`"
1215- msgstr ""
1227+ msgstr ":func:`~binascii.b2a_hqx`, :func:`~binascii.a2b_hqx` "
12161228
12171229#: ../../whatsnew/3.9.rst:738
12181230msgid ":func:`~binascii.rlecode_hqx`, :func:`~binascii.rledecode_hqx`"
1219- msgstr ""
1231+ msgstr ":func:`~binascii.rlecode_hqx`, :func:`~binascii.rledecode_hqx` "
12201232
12211233#: ../../whatsnew/3.9.rst:740
12221234msgid "(Contributed by Victor Stinner in :issue:`39353`.)"
1223- msgstr ""
1235+ msgstr "(由 Victor Stinner 在 :issue:`39353` 中贡献。) "
12241236
12251237#: ../../whatsnew/3.9.rst:742
12261238msgid ""
0 commit comments