7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-09-18 19:05 +0000\n "
10
+ "POT-Creation-Date : 2024-12-01 00:24 +0000\n "
11
11
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12
12
"Last-Translator : \n "
13
13
"
Language-Team :
TURKISH <[email protected] >\n "
@@ -23,19 +23,17 @@ msgstr ""
23
23
#: c-api/allocation.rst:17
24
24
msgid ""
25
25
"Initialize a newly allocated object *op* with its type and initial "
26
- "reference. Returns the initialized object. If *type* indicates that the "
27
- "object participates in the cyclic garbage detector, it is added to the "
28
- "detector's set of observed objects. Other fields of the object are not "
29
- "affected."
26
+ "reference. Returns the initialized object. Other fields of the object are "
27
+ "not affected."
30
28
msgstr ""
31
29
32
- #: c-api/allocation.rst:26
30
+ #: c-api/allocation.rst:24
33
31
msgid ""
34
32
"This does everything :c:func:`PyObject_Init` does, and also initializes the "
35
33
"length information for a variable-size object."
36
34
msgstr ""
37
35
38
- #: c-api/allocation.rst:32
36
+ #: c-api/allocation.rst:30
39
37
msgid ""
40
38
"Allocate a new Python object using the C structure type *TYPE* and the "
41
39
"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
@@ -45,7 +43,7 @@ msgid ""
45
43
"tp_basicsize` field of the type object."
46
44
msgstr ""
47
45
48
- #: c-api/allocation.rst:43
46
+ #: c-api/allocation.rst:41
49
47
msgid ""
50
48
"Allocate a new Python object using the C structure type *TYPE* and the "
51
49
"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
@@ -58,7 +56,7 @@ msgid ""
58
56
"management efficiency."
59
57
msgstr ""
60
58
61
- #: c-api/allocation.rst:57
59
+ #: c-api/allocation.rst:55
62
60
msgid ""
63
61
"Releases memory allocated to an object using :c:macro:`PyObject_New` or :c:"
64
62
"macro:`PyObject_NewVar`. This is normally called from the :c:member:"
@@ -67,17 +65,17 @@ msgid ""
67
65
"no longer a valid Python object."
68
66
msgstr ""
69
67
70
- #: c-api/allocation.rst:66
68
+ #: c-api/allocation.rst:64
71
69
msgid ""
72
70
"Object which is visible in Python as ``None``. This should only be accessed "
73
71
"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
74
72
"object."
75
73
msgstr ""
76
74
77
- #: c-api/allocation.rst:73
75
+ #: c-api/allocation.rst:71
78
76
msgid ":c:func:`PyModule_Create`"
79
77
msgstr ""
80
78
81
- #: c-api/allocation.rst:74
79
+ #: c-api/allocation.rst:72
82
80
msgid "To allocate and create extension modules."
83
81
msgstr ""
0 commit comments