Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions main/locale/pot/LC_MESSAGES/c-api/allocation.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-10 09:04+0000\n"
"POT-Creation-Date: 2026-04-27 10:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

#: ../../../c-api/allocation.rst:6
msgid "Allocating Objects on the Heap"
msgid "Allocating objects on the heap"
msgstr ""

#: ../../../c-api/allocation.rst:17
Expand Down Expand Up @@ -113,8 +113,8 @@ msgid ""
msgstr ""

#: ../../../c-api/allocation.rst:87 ../../../c-api/allocation.rst:137
#: ../../../c-api/allocation.rst:182 ../../../c-api/allocation.rst:184
#: ../../../c-api/allocation.rst:186
#: ../../../c-api/allocation.rst:184 ../../../c-api/allocation.rst:186
#: ../../../c-api/allocation.rst:188
msgid ":c:func:`PyObject_Free`"
msgstr ""

Expand Down Expand Up @@ -185,43 +185,43 @@ msgid "To allocate and create extension modules."
msgstr ""

#: ../../../c-api/allocation.rst:157
msgid "Deprecated aliases"
msgid "Soft-deprecated aliases"
msgstr ""

#: ../../../c-api/allocation.rst:159
#: ../../../c-api/allocation.rst:161
msgid ""
"These are :term:`soft deprecated` aliases to existing functions and macros. "
"They exist solely for backwards compatibility."
"These are aliases to existing functions and macros. They exist solely for "
"backwards compatibility."
msgstr ""

#: ../../../c-api/allocation.rst:167
msgid "Deprecated alias"
#: ../../../c-api/allocation.rst:169
msgid "Soft-deprecated alias"
msgstr ""

#: ../../../c-api/allocation.rst:168
#: ../../../c-api/allocation.rst:170
msgid "Function"
msgstr ""

#: ../../../c-api/allocation.rst:170
#: ../../../c-api/allocation.rst:172
msgid ":c:macro:`PyObject_New`"
msgstr ""

#: ../../../c-api/allocation.rst:172
#: ../../../c-api/allocation.rst:174
msgid ":c:macro:`PyObject_NewVar`"
msgstr ""

#: ../../../c-api/allocation.rst:174
#: ../../../c-api/allocation.rst:176
msgid ":c:func:`PyObject_Init`"
msgstr ""

#: ../../../c-api/allocation.rst:176
#: ../../../c-api/allocation.rst:178
msgid ":c:func:`PyObject_InitVar`"
msgstr ""

#: ../../../c-api/allocation.rst:178
#: ../../../c-api/allocation.rst:180
msgid ":c:func:`PyObject_Malloc`"
msgstr ""

#: ../../../c-api/allocation.rst:180
#: ../../../c-api/allocation.rst:182
msgid ":c:func:`PyObject_Realloc`"
msgstr ""
Loading