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

Skip to content

Commit a76b5fe

Browse files
[po] auto sync
1 parent e273084 commit a76b5fe

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": "96.67%", "updated_at": "2026-02-02T05:49:22Z"}
1+
{"translation": "96.68%", "updated_at": "2026-02-02T08:37:00Z"}

whatsnew/changelog.po

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

3626136266
#: ../../../build/NEWS:18721 ../../../build/NEWS:22645
3626236267
msgid ""

0 commit comments

Comments
 (0)