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" : " 94.95%" , "updated_at" : " 2026-02-02T05:41:52Z " }
1+ {"translation" : " 94.95%" , "updated_at" : " 2026-02-02T08:26:11Z " }
Original file line number Diff line number Diff line change @@ -21787,6 +21787,9 @@ msgid ""
2178721787"``round_up_to_power_2(used*3)``. Previously, dict is shrinked only when "
2178821788"``used == 0``. Now dict has more chance to be shrinked."
2178921789msgstr ""
21790+ ":issue:`33205`: 将字典增长函数从 ``round_up_to_power_2(used*2+hashtable_size/2)`` "
21791+ "更改为 ``round_up_to_power_2(used*3)``。 在之前版本中,字典仅在 ``used == 0`` 时才收缩。 "
21792+ "现在字典有更多机会被收缩。"
2179021793
2179121794#: ../../../build/NEWS:10947 ../../../build/NEWS:13843
2179221795#: ../../../build/NEWS:18093
@@ -27791,6 +27794,8 @@ msgid ""
2779127794" size and it is full, the cancelation of queue.put() can cause a memory "
2779227795"leak. Patch by: José Melero."
2779327796msgstr ""
27797+ ":issue:`32574`: 修复 asyncio.Queue 中的内存泄漏问题,当队列大小受限且已满时,取消 queue.put() "
27798+ "可能导致内存泄漏。 补丁编写: José Melero。"
2779427799
2779527800#: ../../../build/NEWS:14614 ../../../build/NEWS:18538
2779627801msgid ""
You can’t perform that action at this time.
0 commit comments