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" : " 96.67 %" , "updated_at" : " 2026-02-02T05:49:22Z " }
1+ {"translation" : " 96.68 %" , "updated_at" : " 2026-02-02T08:37:00Z " }
Original file line number Diff line number Diff line change @@ -30250,6 +30250,9 @@ msgid ""
3025030250"``round_up_to_power_2(used*3)``. Previously, dict is shrinked only when "
3025130251"``used == 0``. Now dict has more chance to be shrinked."
3025230252msgstr ""
30253+ ":issue:`33205`: 将字典增长函数从 ``round_up_to_power_2(used*2+hashtable_size/2)`` "
30254+ "更改为 ``round_up_to_power_2(used*3)``。 在之前版本中,字典仅在 ``used == 0`` 时才收缩。 "
30255+ "现在字典有更多机会被收缩。"
3025330256
3025430257#: ../../../build/NEWS:15054 ../../../build/NEWS:17950
3025530258#: ../../../build/NEWS:22200
@@ -36257,6 +36260,8 @@ msgid ""
3625736260" size and it is full, the cancelation of queue.put() can cause a memory "
3625836261"leak. Patch by: José Melero."
3625936262msgstr ""
36263+ ":issue:`32574`: 修复 asyncio.Queue 中的内存泄漏问题,当队列大小受限且已满时,取消 queue.put() "
36264+ "可能导致内存泄漏。 补丁编写: José Melero。"
3626036265
3626136266#: ../../../build/NEWS:18721 ../../../build/NEWS:22645
3626236267msgid ""
You can’t perform that action at this time.
0 commit comments