Skip to content

Commit 2884afd

Browse files
author
github-actions
committed
Merge 3.14 into 3.13
1 parent f1cdfd2 commit 2884afd

File tree

158 files changed

+7926
-681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+7926
-681
lines changed

c-api/call.po

Lines changed: 105 additions & 17 deletions
Large diffs are not rendered by default.

c-api/exceptions.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,12 @@ msgid ""
11911191
"implementations because the :ref:`call protocol <call>` takes care of "
11921192
"recursion handling."
11931193
msgstr ""
1194+
"Ці дві функції забезпечують спосіб виконання безпечних рекурсивних викликів "
1195+
"на рівні C, як в ядрі, так і в модулях розширення. Вони потрібні, якщо "
1196+
"рекурсивний код не обов’язково викликає код Python (який автоматично "
1197+
"відстежує глибину рекурсії). Вони також не потрібні для реалізації "
1198+
"*tp_call*, оскільки :ref:`протокол виклику <call>` піклується про обробку "
1199+
"рекурсії."
11941200

11951201
#: ../../c-api/exceptions.rst:922
11961202
msgid "Marks a point where a recursive C-level call is about to be performed."

c-api/frame.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ msgstr ""
7676

7777
#: ../../c-api/frame.rst:43
7878
msgid "Get the *frame* next outer frame."
79-
msgstr ""
79+
msgstr "Получите *frame* следующий внешний кадр."
8080

8181
#: ../../c-api/frame.rst:45
8282
msgid ""
@@ -93,7 +93,7 @@ msgstr ""
9393

9494
#: ../../c-api/frame.rst:62
9595
msgid "Get the *frame* code."
96-
msgstr ""
96+
msgstr "Получите код *frame*."
9797

9898
#: ../../c-api/frame.rst:64 ../../c-api/frame.rst:130
9999
msgid "Return a :term:`strong reference`."

c-api/gcsupport.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ msgid ""
112112
"c:member:`~PyTypeObject.tp_traverse` handler or explicitly use one from its "
113113
"subclass or subclasses."
114114
msgstr ""
115+
"Якщо тип додає Py_TPFLAGS_HAVE_GC, тоді він *має* реалізувати принаймні "
116+
"обробник :c:member:`~PyTypeObject.tp_traverse` або явно використовувати один "
117+
"із свого підкласу або підкласів."
115118

116119
#: ../../c-api/gcsupport.rst:47
117120
msgid ""
@@ -237,32 +240,38 @@ msgid ""
237240
"Returns non-zero if the object implements the garbage collector protocol, "
238241
"otherwise returns 0."
239242
msgstr ""
243+
"Повертає ненульове значення, якщо об’єкт реалізує протокол збирача сміття, "
244+
"інакше повертає 0."
240245

241246
#: ../../c-api/gcsupport.rst:153
242247
msgid ""
243248
"The object cannot be tracked by the garbage collector if this function "
244249
"returns 0."
245-
msgstr ""
250+
msgstr "Збирач сміття не може відстежувати об’єкт, якщо ця функція повертає 0."
246251

247252
#: ../../c-api/gcsupport.rst:158
248253
msgid ""
249254
"Returns 1 if the object type of *op* implements the GC protocol and *op* is "
250255
"being currently tracked by the garbage collector and 0 otherwise."
251256
msgstr ""
257+
"Повертає 1, якщо тип об’єкта *op* реалізує протокол GC і *op* зараз "
258+
"відстежується збирачем сміття, і 0 в іншому випадку."
252259

253260
#: ../../c-api/gcsupport.rst:161
254261
msgid "This is analogous to the Python function :func:`gc.is_tracked`."
255-
msgstr ""
262+
msgstr "Це аналогічно функції Python :func:`gc.is_tracked`."
256263

257264
#: ../../c-api/gcsupport.rst:168
258265
msgid ""
259266
"Returns 1 if the object type of *op* implements the GC protocol and *op* has "
260267
"been already finalized by the garbage collector and 0 otherwise."
261268
msgstr ""
269+
"Повертає 1, якщо тип об’єкта *op* реалізує протокол GC і *op* вже завершено "
270+
"збирачем сміття, і 0 в іншому випадку."
262271

263272
#: ../../c-api/gcsupport.rst:171
264273
msgid "This is analogous to the Python function :func:`gc.is_finalized`."
265-
msgstr ""
274+
msgstr "Це аналогічно функції Python :func:`gc.is_finalized`."
266275

267276
#: ../../c-api/gcsupport.rst:178
268277
msgid ""

c-api/init.po

Lines changed: 98 additions & 12 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)