@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-02-23 14:42 +0000\n "
14+ "POT-Creation-Date : 2026-03-01 14:19 +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 "
@@ -1962,6 +1962,39 @@ msgid ""
19621962"in a future version of CPython"
19631963msgstr ""
19641964
1965+ msgid ""
1966+ "This is a :term:`soft deprecated` macro that does nothing. Historically, "
1967+ "this would indicate that the :c:member:`~PyTypeObject.tp_version_tag` field "
1968+ "was available and initialized."
1969+ msgstr ""
1970+
1971+ msgid ""
1972+ "This bit indicates that instances of this type will have an \" inline "
1973+ "values\" array (containing the object's attributes) placed directly after "
1974+ "the end of the object."
1975+ msgstr ""
1976+
1977+ msgid "This requires that :c:macro:`Py_TPFLAGS_HAVE_GC` is set."
1978+ msgstr ""
1979+
1980+ msgid ""
1981+ "This bit indicates that this is an abstract type and therefore cannot be "
1982+ "instantiated."
1983+ msgstr ""
1984+
1985+ msgid ":mod:`abc`"
1986+ msgstr ""
1987+
1988+ msgid ""
1989+ "Internal. Do not set or unset this flag. Historically, this was a reserved "
1990+ "flag for use in Stackless Python."
1991+ msgstr ""
1992+
1993+ msgid ""
1994+ "This flag is present in header files, but is not be used. This may be "
1995+ "removed in a future version of CPython."
1996+ msgstr ""
1997+
19651998msgid ""
19661999"An optional pointer to a NUL-terminated C string giving the docstring for "
19672000"this type object. This is exposed as the :attr:`~type.__doc__` attribute on "
0 commit comments