File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 98.29%" , "updated_at" : " 2026-02-02T05:56:40Z " }
1+ {"translation" : " 98.29%" , "updated_at" : " 2026-02-02T08:51:51Z " }
Original file line number Diff line number Diff line change @@ -9413,6 +9413,8 @@ msgid ""
94139413"reduces overhead in the main interpreter loop. The ``f_lasti`` attribute of "
94149414"Python-layer frame objects is preserved for backward-compatibility."
94159415msgstr ""
9416+ ":issue:`47177`: 将内部 ``_PyInterpreterFrame`` 结构体的 ``f_lasti`` 成员替换为 "
9417+ "``prev_instr`` 指针,这减少了主解释器循环的开销。 Python 层面框架对象的 ``f_lasti`` 属性被保留用于向下兼容。"
94169418
94179419#: ../../../build/NEWS:4765
94189420msgid ""
@@ -43035,6 +43037,9 @@ msgid ""
4303543037"``round_up_to_power_2(used*3)``. Previously, dict is shrinked only when "
4303643038"``used == 0``. Now dict has more chance to be shrinked."
4303743039msgstr ""
43040+ ":issue:`33205`: 将字典增长函数从 ``round_up_to_power_2(used*2+hashtable_size/2)`` "
43041+ "更改为 ``round_up_to_power_2(used*3)``。 在之前版本中,字典仅在 ``used == 0`` 时才收缩。 "
43042+ "现在字典有更多机会被收缩。"
4303843043
4303943044#: ../../../build/NEWS:20875 ../../../build/NEWS:23772
4304043045#: ../../../build/NEWS:28024
@@ -49115,6 +49120,8 @@ msgid ""
4911549120" size and it is full, the cancelation of queue.put() can cause a memory "
4911649121"leak. Patch by: José Melero."
4911749122msgstr ""
49123+ ":issue:`32574`: 修复 asyncio.Queue 中的内存泄漏问题,当队列大小受限且已满时,取消 queue.put() "
49124+ "可能导致内存泄漏。 补丁编写: José Melero。"
4911849125
4911949126#: ../../../build/NEWS:24543 ../../../build/NEWS:28469
4912049127msgid ""
You can’t perform that action at this time.
0 commit comments