@@ -9022,6 +9022,7 @@ msgid ""
90229022":gh:`89886`: Autoconf 2.71 and aclocal 1.16.4 is now required to regenerate "
90239023":file:`!configure`."
90249024msgstr ""
9025+ ":gh:`89886`: 现在需要 autoconf 2.71 和 aclocal 1.16.4 来重新生成 :file:`!configure`。"
90259026
90269027#: ../NEWS:4597
90279028msgid ""
@@ -10490,6 +10491,8 @@ msgid ""
1049010491":gh:`97850`: Deprecate :func:`pkgutil.find_loader` and "
1049110492":func:`pkgutil.get_loader` in favor of :func:`importlib.util.find_spec`."
1049210493msgstr ""
10494+ ":gh:`97850`: 弃用 :func:`pkgutil.find_loader` 和 :func:`pkgutil.get_loader` 并改用"
10495+ " :func:`importlib.util.find_spec`。"
1049310496
1049410497#: ../NEWS:5307
1049510498msgid ""
@@ -17788,6 +17791,7 @@ msgid ""
1778817791":gh:`93370`: Deprecate :data:`sqlite3.version` and "
1778917792":data:`sqlite3.version_info`."
1779017793msgstr ""
17794+ ":gh:`93370`: 弃用 :data:`sqlite3.version` 和 :data:`sqlite3.version_info`。"
1779117795
1779217796#: ../NEWS:8872
1779317797msgid ""
@@ -20215,6 +20219,8 @@ msgid ""
2021520219"reduces overhead in the main interpreter loop. The ``f_lasti`` attribute of "
2021620220"Python-layer frame objects is preserved for backward-compatibility."
2021720221msgstr ""
20222+ ":issue:`47177`: 将内部 ``_PyInterpreterFrame`` 结构体的 ``f_lasti`` 成员替换为 "
20223+ "``prev_instr`` 指针,这减少了主解释器循环的开销。 Python 层面框架对象的 ``f_lasti`` 属性被保留用于向下兼容。"
2021820224
2021920225#: ../NEWS:10000
2022020226msgid ""
@@ -54098,6 +54104,9 @@ msgid ""
5409854104"``round_up_to_power_2(used*3)``. Previously, dict is shrinked only when "
5409954105"``used == 0``. Now dict has more chance to be shrinked."
5410054106msgstr ""
54107+ ":issue:`33205`: 将字典增长函数从 ``round_up_to_power_2(used*2+hashtable_size/2)`` "
54108+ "更改为 ``round_up_to_power_2(used*3)``。 在之前版本中,字典仅在 ``used == 0`` 时才收缩。 "
54109+ "现在字典有更多机会被收缩。"
5410154110
5410254111#: ../NEWS:26108 ../NEWS:29004 ../NEWS:33256
5410354112msgid ""
@@ -60088,6 +60097,8 @@ msgid ""
6008860097" size and it is full, the cancelation of queue.put() can cause a memory "
6008960098"leak. Patch by: José Melero."
6009060099msgstr ""
60100+ ":issue:`32574`: 修复 asyncio.Queue 中的内存泄漏问题,当队列大小受限且已满时,取消 queue.put() "
60101+ "可能导致内存泄漏。 补丁编写: José Melero。"
6009160102
6009260103#: ../NEWS:29775 ../NEWS:33701
6009360104msgid ""
0 commit comments