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