Skip to content

Commit 9f6e0d1

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent eb16a96 commit 9f6e0d1

File tree

3 files changed

+33
-12
lines changed

3 files changed

+33
-12
lines changed

c-api/intro.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-19 14:14+0000\n"
14+
"POT-Creation-Date: 2025-11-19 19:26+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -265,6 +265,17 @@ msgid ""
265265
"command line (see :c:member:`PyConfig.use_environment`)."
266266
msgstr ""
267267

268+
msgid ""
269+
"Declare a function returning the specified *type* using a fast-calling "
270+
"qualifier for functions that are local to the current file. Semantically, "
271+
"this is equivalent to ``static type``."
272+
msgstr ""
273+
274+
msgid ""
275+
"Equivalent to :c:macro:`Py_LOCAL` but additionally requests the function be "
276+
"inlined."
277+
msgstr ""
278+
268279
msgid "Return the maximum value between ``x`` and ``y``."
269280
msgstr ""
270281

whatsnew/2.5.po

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-15 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-19 19:26+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+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

28072807
msgid ""
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.)"
28182817
msgstr ""
28192818

28202819
msgid ""

whatsnew/changelog.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-19 14:14+0000\n"
14+
"POT-Creation-Date: 2025-11-19 19:26+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -127,6 +127,12 @@ msgstr ""
127127
msgid "Library"
128128
msgstr "Biblioteka"
129129

130+
msgid ""
131+
":gh:`141570`: Support :term:`file-like object` raising :exc:`OSError` from :"
132+
"meth:`~io.IOBase.fileno` in color detection (``_colorize.can_colorize()``). "
133+
"This can occur when ``sys.stdout`` is redirected."
134+
msgstr ""
135+
130136
msgid ""
131137
":gh:`141497`: :mod:`ipaddress`: ensure that the methods :meth:`IPv4Network."
132138
"hosts() <ipaddress.IPv4Network.hosts>` and :meth:`IPv6Network.hosts() "
@@ -722,6 +728,11 @@ msgid ""
722728
"AIX."
723729
msgstr ""
724730

731+
msgid ""
732+
":gh:`139103`: Improve multithreaded scaling of dataclasses on the free-"
733+
"threaded build."
734+
msgstr ""
735+
725736
msgid ""
726737
":gh:`141579`: Fix :func:`sys.activate_stack_trampoline` to properly support "
727738
"the ``perf_jit`` backend. Patch by Pablo Galindo."

0 commit comments

Comments
 (0)