@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-07-28 14:13+0000\n "
15+ "POT-Creation-Date : 2023-08-11 14:13+0000\n "
1616"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1717"Last-Translator : 菊池 健志, 2023\n "
1818"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -53,12 +53,13 @@ msgstr ""
5353msgid ""
5454"Allocate a new Python object using the C structure type *TYPE* and the "
5555"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
56- "Python object header are not initialized; the object's reference count will "
57- "be one. The size of the memory allocation is determined from the :c:member:"
58- "`~PyTypeObject.tp_basicsize` field of the type object."
56+ "Python object header are not initialized. The caller will own the only "
57+ "reference to the object (i.e. its reference count will be one). The size of "
58+ "the memory allocation is determined from the :c:member:`~PyTypeObject."
59+ "tp_basicsize` field of the type object."
5960msgstr ""
6061
61- #: ../../c-api/allocation.rst:42
62+ #: ../../c-api/allocation.rst:43
6263msgid ""
6364"Allocate a new Python object using the C structure type *TYPE* and the "
6465"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
@@ -71,7 +72,7 @@ msgid ""
7172"management efficiency."
7273msgstr ""
7374
74- #: ../../c-api/allocation.rst:56
75+ #: ../../c-api/allocation.rst:57
7576msgid ""
7677"Releases memory allocated to an object using :c:macro:`PyObject_New` or :c:"
7778"macro:`PyObject_NewVar`. This is normally called from the :c:member:"
@@ -80,7 +81,7 @@ msgid ""
8081"no longer a valid Python object."
8182msgstr ""
8283
83- #: ../../c-api/allocation.rst:65
84+ #: ../../c-api/allocation.rst:66
8485msgid ""
8586"Object which is visible in Python as ``None``. This should only be accessed "
8687"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
@@ -90,10 +91,10 @@ msgstr ""
9091"ブジェクトへのポインタを評価する :c:macro:`Py_None` マクロを使わなければなり"
9192"ません。"
9293
93- #: ../../c-api/allocation.rst:72
94+ #: ../../c-api/allocation.rst:73
9495msgid ":c:func:`PyModule_Create`"
9596msgstr ":c:func:`PyModule_Create`"
9697
97- #: ../../c-api/allocation.rst:73
98+ #: ../../c-api/allocation.rst:74
9899msgid "To allocate and create extension modules."
99100msgstr "拡張モジュールのアロケートと生成。"
0 commit comments