@@ -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 : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1961,6 +1961,39 @@ msgid ""
19611961"in a future version of CPython"
19621962msgstr ""
19631963
1964+ msgid ""
1965+ "This is a :term:`soft deprecated` macro that does nothing. Historically, "
1966+ "this would indicate that the :c:member:`~PyTypeObject.tp_version_tag` field "
1967+ "was available and initialized."
1968+ msgstr ""
1969+
1970+ msgid ""
1971+ "This bit indicates that instances of this type will have an \" inline "
1972+ "values\" array (containing the object's attributes) placed directly after "
1973+ "the end of the object."
1974+ msgstr ""
1975+
1976+ msgid "This requires that :c:macro:`Py_TPFLAGS_HAVE_GC` is set."
1977+ msgstr ""
1978+
1979+ msgid ""
1980+ "This bit indicates that this is an abstract type and therefore cannot be "
1981+ "instantiated."
1982+ msgstr ""
1983+
1984+ msgid ":mod:`abc`"
1985+ msgstr ""
1986+
1987+ msgid ""
1988+ "Internal. Do not set or unset this flag. Historically, this was a reserved "
1989+ "flag for use in Stackless Python."
1990+ msgstr ""
1991+
1992+ msgid ""
1993+ "This flag is present in header files, but is not be used. This may be "
1994+ "removed in a future version of CPython."
1995+ msgstr ""
1996+
19641997msgid ""
19651998"An optional pointer to a NUL-terminated C string giving the docstring for "
19661999"this type object. This is exposed as the :attr:`~type.__doc__` attribute on "
0 commit comments