@@ -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-05-30 14:58 +0000\n "
14+ "POT-Creation-Date : 2025-08-07 15:05 +0000\n "
1515"PO-Revision-Date : 2025-07-18 19:21+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -134,12 +134,66 @@ msgstr ""
134134
135135msgid ""
136136"All user-visible symbols defined by :file:`Python.h` have a prefix of ``Py`` "
137- "or ``PY``, except those defined in standard header files. For convenience, "
138- "and since they are used extensively by the Python interpreter, ``\" Python."
139- "h\" `` includes a few standard header files: ``<stdio.h>``, ``<string.h>``, "
140- "``<errno.h>``, and ``<stdlib.h>``. If the latter header file does not exist "
141- "on your system, it declares the functions :c:func:`malloc`, :c:func:`free` "
142- "and :c:func:`realloc` directly."
137+ "or ``PY``, except those defined in standard header files."
138+ msgstr ""
139+
140+ msgid ""
141+ "For backward compatibility, :file:`Python.h` includes several standard "
142+ "header files. C extensions should include the standard headers that they "
143+ "use, and should not rely on these implicit includes. If using the limited C "
144+ "API version 3.13 or newer, the implicit includes are:"
145+ msgstr ""
146+
147+ msgid "``<assert.h>``"
148+ msgstr ""
149+
150+ msgid "``<intrin.h>`` (on Windows)"
151+ msgstr ""
152+
153+ msgid "``<inttypes.h>``"
154+ msgstr ""
155+
156+ msgid "``<limits.h>``"
157+ msgstr ""
158+
159+ msgid "``<math.h>``"
160+ msgstr ""
161+
162+ msgid "``<stdarg.h>``"
163+ msgstr ""
164+
165+ msgid "``<wchar.h>``"
166+ msgstr ""
167+
168+ msgid "``<sys/types.h>`` (if present)"
169+ msgstr ""
170+
171+ msgid ""
172+ "If :c:macro:`Py_LIMITED_API` is not defined, or is set to version 3.12 or "
173+ "older, the headers below are also included:"
174+ msgstr ""
175+
176+ msgid "``<ctype.h>``"
177+ msgstr ""
178+
179+ msgid "``<unistd.h>`` (on POSIX)"
180+ msgstr ""
181+
182+ msgid ""
183+ "If :c:macro:`Py_LIMITED_API` is not defined, or is set to version 3.10 or "
184+ "older, the headers below are also included:"
185+ msgstr ""
186+
187+ msgid "``<errno.h>``"
188+ msgstr ""
189+
190+ msgid "``<stdio.h>``"
191+ msgstr ""
192+
193+ msgid "``<stdlib.h>``"
194+ msgstr ""
195+
196+ msgid "``<string.h>``"
143197msgstr ""
144198
145199msgid ""
0 commit comments