@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-02-23 15:28 +0000\n "
14+ "POT-Creation-Date : 2026-02-27 15:27 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1853,6 +1853,39 @@ msgid ""
18531853"in a future version of CPython"
18541854msgstr ""
18551855
1856+ msgid ""
1857+ "This is a :term:`soft deprecated` macro that does nothing. Historically, "
1858+ "this would indicate that the :c:member:`~PyTypeObject.tp_version_tag` field "
1859+ "was available and initialized."
1860+ msgstr ""
1861+
1862+ msgid ""
1863+ "This bit indicates that instances of this type will have an \" inline "
1864+ "values\" array (containing the object's attributes) placed directly after "
1865+ "the end of the object."
1866+ msgstr ""
1867+
1868+ msgid "This requires that :c:macro:`Py_TPFLAGS_HAVE_GC` is set."
1869+ msgstr ""
1870+
1871+ msgid ""
1872+ "This bit indicates that this is an abstract type and therefore cannot be "
1873+ "instantiated."
1874+ msgstr ""
1875+
1876+ msgid ":mod:`abc`"
1877+ msgstr ""
1878+
1879+ msgid ""
1880+ "Internal. Do not set or unset this flag. Historically, this was a reserved "
1881+ "flag for use in Stackless Python."
1882+ msgstr ""
1883+
1884+ msgid ""
1885+ "This flag is present in header files, but is not be used. This may be "
1886+ "removed in a future version of CPython."
1887+ msgstr ""
1888+
18561889msgid ""
18571890"An optional pointer to a NUL-terminated C string giving the docstring for "
18581891"this type object. This is exposed as the :attr:`~type.__doc__` attribute on "
0 commit comments