🌐 AI搜索 & 代理 主页
Skip to content

Commit 10597fd

Browse files
[po] auto sync
1 parent e7f60de commit 10597fd

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.83%", "updated_at": "2025-11-20T14:57:30Z"}
1+
{"translation": "99.85%", "updated_at": "2025-11-21T01:21:21Z"}

whatsnew/changelog.po

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ msgstr ""
516516
msgid ""
517517
":gh:`102431`: Clarify constraints for \"logical\" arguments in methods of "
518518
":class:`decimal.Context`."
519-
msgstr ""
519+
msgstr ":gh:`102431`: 在 :class:`decimal.Context` 的方法中明确对“逻辑”参数的约束。"
520520

521521
#: ../NEWS:205 ../NEWS:1164 ../NEWS:1521 ../NEWS:2553 ../NEWS:2841
522522
#: ../NEWS:3075 ../NEWS:3268 ../NEWS:3391 ../NEWS:4646 ../NEWS:5595
@@ -606,31 +606,41 @@ msgid ""
606606
"the range iterator when a non-integer argument is passed. Patch by Sergey "
607607
"Miryanov."
608608
msgstr ""
609+
":gh:`141312`: 修复在 range 迭代器的 ``__setstate__`` 方法中当传入非整数参数时的断言失败问题。 由 Sergey "
610+
"Miryanov 编写补丁。"
609611

610612
#: ../NEWS:227
611613
msgid ""
612614
":gh:`140939`: Fix memory leak when :class:`bytearray` or :class:`bytes` is "
613615
"formated with the ``%*b`` format with a large width that results in a "
614616
":exc:`MemoryError`."
615617
msgstr ""
618+
":gh:`140939`: 修复 当 :class:`bytearray` 或 :class:`bytes` 使用 ``%*b`` "
619+
"格式以很大的宽度值进行格式化而导致 :exc:`MemoryError` 时的内存泄漏问题。"
616620

617621
#: ../NEWS:231
618622
msgid ""
619623
":gh:`140530`: Fix a reference leak when ``raise exc from cause`` fails. "
620624
"Patch by Bénédikt Tran."
621625
msgstr ""
626+
":gh:`140530`: 修复当 ``raise exc from cause`` 执行失败时的引用泄漏疸。 由 Bénédikt Tran "
627+
"编写补丁。"
622628

623629
#: ../NEWS:234
624630
msgid ""
625631
":gh:`140576`: Fixed crash in :func:`tokenize.generate_tokens` in case of "
626632
"specific incorrect input. Patch by Mikhail Efimov."
627633
msgstr ""
634+
":gh:`140576`: 修复 :func:`tokenize.generate_tokens` 在特定错误输入情况下的崩溃问题。 由 Mikhail"
635+
" Efimov 编写补丁。"
628636

629637
#: ../NEWS:237
630638
msgid ""
631639
":gh:`140551`: Fixed crash in :class:`dict` if :meth:`dict.clear` is called "
632640
"at the lookup stage. Patch by Mikhail Efimov and Inada Naoki."
633641
msgstr ""
642+
":gh:`140551`: 修复当 :meth:`dict.clear` 在查找阶段被调用时 :class:`dict` 中的崩溃问题。 由 "
643+
"Mikhail Efimov 和 Inada Naoki 编写补丁。"
634644

635645
#: ../NEWS:240
636646
msgid ""
@@ -701,7 +711,7 @@ msgstr ""
701711
msgid ""
702712
":gh:`133400`: Fixed Ctrl+D (^D) behavior in _pyrepl module to match old "
703713
"pre-3.13 REPL behavior."
704-
msgstr ""
714+
msgstr ":gh:`133400`: 修复 _pyrepl 模块中的 Ctrl+D (^D) 行为以匹配 3.13 版之前的旧 REPL 行为。"
705715

706716
#: ../NEWS:279 ../NEWS:504 ../NEWS:909 ../NEWS:1254 ../NEWS:1639 ../NEWS:2007
707717
#: ../NEWS:2699 ../NEWS:2900 ../NEWS:3167 ../NEWS:3298 ../NEWS:3453
@@ -728,6 +738,8 @@ msgid ""
728738
"and older: don't treat ``Py_NotImplemented`` as immortal. Patch by Victor "
729739
"Stinner."
730740
msgstr ""
741+
":gh:`140487`: 修复受限 C API 3.11 或更早版本中的 :c:macro:`Py_RETURN_NOTIMPLEMENTED`: "
742+
"不将 ``Py_NotImplemented`` 当作永生对象。 由 Victor Stinner 编写补丁。 "
731743

732744
#: ../NEWS:287
733745
msgid "Python 3.13.9 final"
@@ -1088,25 +1100,30 @@ msgid ""
10881100
"that can happen when the child proc dies early by closing the child fds "
10891101
"right away."
10901102
msgstr ""
1103+
":gh:`118981`: 通过立即关闭子进程 fds 修复当子进程提前死亡时 "
1104+
"``multiprocessing.popen_spawn_posix`` 中潜在的挂起问题。"
10911105

10921106
#: ../NEWS:468
10931107
msgid ""
10941108
":gh:`78319`: UTF8 support for the IMAP APPEND command has been made RFC "
10951109
"compliant."
1096-
msgstr ""
1110+
msgstr ":gh:`78319`: 对 IMAP APPEND 命令的 UTF8 支持已做到符合 RFC 规范。"
10971111

10981112
#: ../NEWS:471
10991113
msgid ""
11001114
":issue:`38735`: Fix failure when importing a module from the root directory "
11011115
"on unix-like platforms with sys.pycache_prefix set."
11021116
msgstr ""
1117+
":issue:`38735`: 修正在设置了 sys.pycache_prefix 的类 unix 平台上从根目录导入模块时执行失败的问题。"
11031118

11041119
#: ../NEWS:474
11051120
msgid ""
11061121
":issue:`41839`: Allow negative priority values from "
11071122
":func:`os.sched_get_priority_min` and :func:`os.sched_get_priority_max` "
11081123
"functions."
11091124
msgstr ""
1125+
":issue:`41839`: 允许 :func:`os.sched_get_priority_min` 和 "
1126+
":func:`os.sched_get_priority_max` 函数使用负的优先级值。"
11101127

11111128
#: ../NEWS:481
11121129
msgid ""
@@ -1254,6 +1271,7 @@ msgid ""
12541271
":gh:`131788`: Make ``ResourceTracker.send`` from :mod:`multiprocessing` re-"
12551272
"entrant safe"
12561273
msgstr ""
1274+
":gh:`131788`: 使 :mod:`multiprocessing` 中的 ``ResourceTracker.send`` 保证重进入安全。"
12571275

12581276
#: ../NEWS:561
12591277
msgid ""
@@ -1685,6 +1703,9 @@ msgid ""
16851703
"page codec: use \"cp65000\" and \"cp65001\" instead of \"CP_UTF7\" and "
16861704
"\"CP_UTF8\" which are not valid Python code names. Patch by Victor Stinner."
16871705
msgstr ""
1706+
":gh:`58124`: 修正代码页编解码器的 Unicode 错误中 Python 编码格式名称:使用 \"cp65000\" 和 "
1707+
"\"cp65001\" 而不是无效的 Python 代码名称 \"CP_UTF7\" 和 \"CP_UTF8\"。 由 Victor Stinner "
1708+
"编写补丁。"
16881709

16891710
#: ../NEWS:796
16901711
msgid ""

0 commit comments

Comments
 (0)