Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cef324

Browse files
[po] auto sync
1 parent 469dbbd commit 3cef324

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.95%", "updated_at": "2026-02-02T05:41:52Z"}
1+
{"translation": "94.95%", "updated_at": "2026-02-02T08:26:11Z"}

whatsnew/changelog.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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."
2178921789
msgstr ""
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."
2779327796
msgstr ""
27797+
":issue:`32574`: 修复 asyncio.Queue 中的内存泄漏问题,当队列大小受限且已满时,取消 queue.put() "
27798+
"可能导致内存泄漏。 补丁编写: José Melero。"
2779427799

2779527800
#: ../../../build/NEWS:14614 ../../../build/NEWS:18538
2779627801
msgid ""

0 commit comments

Comments
 (0)