11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
1010# Alpha Du <alphanow@gmail.com>, 2020
1111# ppcfish <ppcfish@gmail.com>, 2020
1212# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
13- # Freesand Leo <yuqinju@163.com>, 2023
13+ # Freesand Leo <yuqinju@163.com>, 2024
1414#
1515#, fuzzy
1616msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.8\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2023-08-25 21:50 +0000\n "
20+ "POT-Creation-Date : 2024-02-09 23:30 +0000\n "
2121"PO-Revision-Date : 2020-05-30 12:18+0000\n "
22- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2023 \n "
22+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
2323"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -64,6 +64,8 @@ msgid ""
6464"to use. This requirement was the result of the free access to Python "
6565"interpreter internals that extension modules could use."
6666msgstr ""
67+ "过去,为一个 Python 版本所构建的扩展模块通常无法用于其他 Python 版本。 特别是在 Windows 上,每一个 Python "
68+ "新特性发布版都必须重新构建想要使用的所有扩展模块。 之所以有这样的要求是因为扩展模块可以任意访问 Python 解释器的内部对象。"
6769
6870#: ../../whatsnew/3.2.rst:71
6971msgid ""
@@ -76,6 +78,9 @@ msgid ""
7678"memory structures can still be built, but will need to be recompiled for "
7779"every feature release."
7880msgstr ""
81+ "在 Python 3.2 中,则有了一种替代方式:扩展模块将自己约束于一个受限 API(通过定义 "
82+ "Py_LIMITED_API)因而不能使用许多内部对象,仅限使用一组承诺会在多个发布版中保持稳定的 API 函数。 作为其结果,在这种模式下为 3.2 "
83+ "构建的扩展模块也将能在 3.3、3.4 等版本中运行。 使用了内存结构体细节数据的扩展模块仍然可以被构建,但将需要为每个新特性发布版重新编译。"
7984
8085#: ../../whatsnew/3.2.rst:82
8186msgid ":pep:`384` - Defining a Stable ABI"
0 commit comments