@@ -1414,7 +1414,7 @@ msgstr ""
14141414msgid ""
14151415":gh:`139914`: Restore support for HP PA-RISC, which has an upwards-growing "
14161416"stack."
1417- msgstr ""
1417+ msgstr ":gh:`139914`: 恢复对 HP PA-RISC 的支持,它具有向上增长的栈。 "
14181418
14191419#: ../NEWS:575
14201420msgid ""
@@ -1640,6 +1640,9 @@ msgid ""
16401640"stack protection base address and stack protection size of a Python thread "
16411641"state. Patch by Victor Stinner."
16421642msgstr ""
1643+ ":gh:`139653`: 增加 :c:func:`PyUnstable_ThreadState_SetStackProtection` 和 "
1644+ ":c:func:`PyUnstable_ThreadState_ResetStackProtection` 函数用于设置 Python "
1645+ "线程状态的栈保护基准地址和栈保护大小。 由 Victor Stinner 编写补丁。"
16431646
16441647#: ../NEWS:675 ../NEWS:966 ../NEWS:1092 ../NEWS:1303 ../NEWS:1525 ../NEWS:1828
16451648#: ../NEWS:2605 ../NEWS:2986 ../NEWS:3554 ../NEWS:4107 ../NEWS:4415
@@ -34992,6 +34995,10 @@ msgid ""
3499234995"enforce this for the two functions. Additionally, the runtime now uses an "
3499334996"internal copy of :c:data:`PyImport_Inittab`, to guard against modification."
3499434997msgstr ""
34998+ ":gh:`81057`: 文档明确指出 :c:data:`PyImport_Inittab`, "
34999+ ":c:func:`PyImport_AppendInittab` 和 :c:func:`PyImport_ExtendInittab` 不应在已调用 "
35000+ ":c:func:`Py_Initialize` 之后再被使用。 我们现在对这两个函数强制执行此要求。 此外,运行时现在使用 "
35001+ ":c:data:`PyImport_Inittab` 内部副本,以防止修改。"
3499535002
3499635003#: ../NEWS:16607
3499735004msgid ""
@@ -52189,6 +52196,9 @@ msgid ""
5218952196":c:func:`PyImport_AppendInittab` or :c:func:`PyImport_ExtendInittab` at each"
5219052197" Python initialization. Patch by Victor Stinner."
5219152198msgstr ""
52199+ ":issue:`44441`: 现在 :c:func:`Py_RunMain` 会在退出时将 :c:data:`PyImport_Inittab` "
52200+ "重围为其初始值。 必须能够在每次 Python 初始化时调用 :c:func:`PyImport_AppendInittab` 或 "
52201+ ":c:func:`PyImport_ExtendInittab`。 由 Victor Stinner 编写补丁。"
5219252202
5219352203#: ../NEWS:24668
5219452204msgid ""
@@ -60633,6 +60643,8 @@ msgid ""
6063360643":c:func:`PyOS_mystricmp` that incremented pointers beyond the end of a "
6063460644"string."
6063560645msgstr ""
60646+ ":issue:`41524`: 修复Fix bug in :c:func:`PyOS_mystrnicmp` 和 "
60647+ ":c:func:`PyOS_mystricmp` 中增加指针超出字符串末尾的程序缺陷。"
6063660648
6063760649#: ../NEWS:28749
6063860650msgid ""
0 commit comments