@@ -90,7 +90,7 @@ msgstr "解释器的改进:"
9090
9191#: ../../whatsnew/3.12.rst:75
9292msgid ":ref:`whatsnew312-pep684`"
93- msgstr ""
93+ msgstr ":ref:`whatsnew312-pep684` "
9494
9595#: ../../whatsnew/3.12.rst:77
9696msgid "New typing features:"
@@ -360,19 +360,19 @@ msgstr ""
360360
361361#: ../../whatsnew/3.12.rst:287
362362msgid "PEP 684: A Per-Interpreter GIL"
363- msgstr ""
363+ msgstr "PEP 684: 解释器级 GIL "
364364
365365#: ../../whatsnew/3.12.rst:289
366366msgid ""
367367"Sub-interpreters may now be created with a unique GIL per interpreter. This "
368368"allows Python programs to take full advantage of multiple CPU cores."
369- msgstr ""
369+ msgstr "现在可以创建具有单独解释器级 GIL 的子解释器。 这将允许 Python 程序就能充分利用多个 CPU 内核。 "
370370
371371#: ../../whatsnew/3.12.rst:293
372372msgid ""
373373"Use the new :c:func:`Py_NewInterpreterFromConfig` function to create an "
374374"interpreter with its own GIL::"
375- msgstr ""
375+ msgstr "使用新的 :c:func:`Py_NewInterpreterFromConfig` 函数来创建具有单独 GIL 的解释器:: "
376376
377377#: ../../whatsnew/3.12.rst:307
378378msgid ""
@@ -450,7 +450,7 @@ msgstr "(由 Steven Troxler 在 :gh:`101561` 中贡献。)"
450450
451451#: ../../whatsnew/3.12.rst:376
452452msgid "PEP 695: Type Parameter Syntax"
453- msgstr "PEP 695:类型参数语法 "
453+ msgstr "PEP 695: 类型形参语法 "
454454
455455#: ../../whatsnew/3.12.rst:378
456456msgid ""
@@ -639,7 +639,7 @@ msgid ""
639639"eventually a :exc:`SyntaxError`. (Contributed by Victor Stinner in "
640640":gh:`98401`.)"
641641msgstr ""
642- "值大于``0o377`` (例如: ``\"\\ 477\" ``) 的八进制转义 ,在 Python 3.11 中已弃用,现在会产生 "
642+ "值大于 ``0o377`` (例如: ``\"\\ 477\" ``) 的八进制转义序列 ,在 Python 3.11 中已弃用,现在会产生 "
643643":exc:`SyntaxWarning`,而不是 :exc:`DeprecationWarning`。 在未来的 Python 版本中,它们最终将是 "
644644":exc:`SyntaxError`。 (由 Victor Stinner 在 :gh:`98401` 中贡献。)"
645645
0 commit comments