@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-01 14:13 +0000\n "
15+ "POT-Creation-Date : 2025-11-19 19:26 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1717"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
1818"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -4153,20 +4153,15 @@ msgstr ""
41534153msgid ""
41544154"Two new macros can be used to indicate C functions that are local to the "
41554155"current file so that a faster calling convention can be used. "
4156- "`` Py_LOCAL(type)` ` declares the function as returning a value of the "
4156+ ":c:macro:` Py_LOCAL` declares the function as returning a value of the "
41574157"specified *type* and uses a fast-calling qualifier. "
4158- "`` Py_LOCAL_INLINE(type)`` does the same thing and also requests the function "
4159- " be inlined. If macro :c:macro:`!PY_LOCAL_AGGRESSIVE` is defined before "
4160- ":file:`python.h` is included, a set of more aggressive optimizations are "
4161- "enabled for the module; you should benchmark the results to find out if "
4158+ ":c:macro:` Py_LOCAL_INLINE` does the same thing and also requests the "
4159+ "function be inlined. If macro :c:macro:`!PY_LOCAL_AGGRESSIVE` is defined "
4160+ "before :file:`python.h` is included, a set of more aggressive optimizations "
4161+ "are enabled for the module; you should benchmark the results to find out if "
41624162"these optimizations actually make the code faster. (Contributed by Fredrik "
41634163"Lundh at the NeedForSpeed sprint.)"
41644164msgstr ""
4165- "两个新宏可用于指示当前文件局部的C函数,以便使用更快的调用约定。``Py_LOCAL(type)`` 声明函数返回指定 *type* "
4166- "类型的值并使用快速调用限定符。``Py_LOCAL_INLINE(type)`` 执行相同操作并请求函数内联。如果在包含 "
4167- ":file:`python.h` 之前定义了宏 "
4168- ":c:macro:`!PY_LOCAL_AGGRESSIVE`,将为模块启用一组更激进的优化;你应该对结果进行基准测试,以确定这些优化是否确实使代码更快。(由"
4169- " Fredrik Lundh 在 NeedForSpeed sprint 中贡献。)"
41704165
41714166#: ../../whatsnew/2.5.rst:2181
41724167msgid ""
0 commit comments