@@ -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-11-01 14:58 +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 : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2806,15 +2806,14 @@ msgstr ""
28062806
28072807msgid ""
28082808"Two new macros can be used to indicate C functions that are local to the "
2809- "current file so that a faster calling convention can be used. "
2810- "``Py_LOCAL(type)`` declares the function as returning a value of the "
2811- "specified *type* and uses a fast-calling qualifier. "
2812- "``Py_LOCAL_INLINE(type)`` does the same thing and also requests the function "
2813- "be inlined. If macro :c:macro:`!PY_LOCAL_AGGRESSIVE` is defined before :"
2814- "file:`python.h` is included, a set of more aggressive optimizations are "
2815- "enabled for the module; you should benchmark the results to find out if "
2816- "these optimizations actually make the code faster. (Contributed by Fredrik "
2817- "Lundh at the NeedForSpeed sprint.)"
2809+ "current file so that a faster calling convention can be used. :c:macro:"
2810+ "`Py_LOCAL` declares the function as returning a value of the specified "
2811+ "*type* and uses a fast-calling qualifier. :c:macro:`Py_LOCAL_INLINE` does "
2812+ "the same thing and also requests the function be inlined. If macro :c:macro:"
2813+ "`!PY_LOCAL_AGGRESSIVE` is defined before :file:`python.h` is included, a set "
2814+ "of more aggressive optimizations are enabled for the module; you should "
2815+ "benchmark the results to find out if these optimizations actually make the "
2816+ "code faster. (Contributed by Fredrik Lundh at the NeedForSpeed sprint.)"
28182817msgstr ""
28192818
28202819msgid ""
0 commit comments