@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-11-29 14:18+0000\n "
14+ "POT-Creation-Date : 2024-12-06 14:18+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:50+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -99,8 +99,8 @@ msgstr ""
9999
100100msgid ""
101101"Python 3.2 introduced the *Limited API*, a subset of Python's C API. "
102- "Extensions that only use the Limited API can be compiled once and work with "
103- "multiple versions of Python. Contents of the Limited API are :ref:`listed "
102+ "Extensions that only use the Limited API can be compiled once and be loaded "
103+ "on multiple versions of Python. Contents of the Limited API are :ref:`listed "
104104"below <limited-api-list>`."
105105msgstr ""
106106
@@ -112,9 +112,8 @@ msgstr ""
112112msgid ""
113113"Define ``Py_LIMITED_API`` to the value of :c:macro:`PY_VERSION_HEX` "
114114"corresponding to the lowest Python version your extension supports. The "
115- "extension will work without recompilation with all Python 3 releases from "
116- "the specified one onward, and can use Limited API introduced up to that "
117- "version."
115+ "extension will be ABI-compatible with all Python 3 releases from the "
116+ "specified one onward, and can use Limited API introduced up to that version."
118117msgstr ""
119118
120119msgid ""
@@ -133,7 +132,15 @@ msgstr "stabilnego ABI"
133132
134133msgid ""
135134"To enable this, Python provides a *Stable ABI*: a set of symbols that will "
136- "remain compatible across Python 3.x versions."
135+ "remain ABI-compatible across Python 3.x versions."
136+ msgstr ""
137+
138+ msgid ""
139+ "The Stable ABI prevents ABI issues, like linker errors due to missing "
140+ "symbols or data corruption due to changes in structure layouts or function "
141+ "signatures. However, other changes in Python can change the *behavior* of "
142+ "extensions. See Python's Backwards Compatibility Policy (:pep:`387`) for "
143+ "details."
137144msgstr ""
138145
139146msgid ""
0 commit comments