Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4fc310

Browse files
[po] auto sync
1 parent 6149e3e commit e4fc310

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

c-api/structures.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ msgstr "T_OBJECT"
484484
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:311
485485
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:312
486486
msgid "PyObject \\*"
487-
msgstr ""
487+
msgstr "PyObject \\*"
488488

489489
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:312
490490
msgid "T_OBJECT_EX"
@@ -538,7 +538,7 @@ msgstr "无符号长整型"
538538

539539
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:319
540540
msgid "T_BOOL"
541-
msgstr ""
541+
msgstr "T_BOOL"
542542

543543
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:320
544544
msgid "T_LONGLONG"
@@ -569,6 +569,11 @@ msgid ""
569569
":c:macro:`T_OBJECT_EX` handles use of the :keyword:`del` statement on that "
570570
"attribute more correctly than :c:macro:`T_OBJECT`."
571571
msgstr ""
572+
":c:macro:`T_OBJECT` 和 :c:macro:`T_OBJECT_EX` 的区别在于 :c:macro:`T_OBJECT` 返回 "
573+
"``None`` 表示其成员为 ``NULL`` 并且 :c:macro:`T_OBJECT_EX` 引发了 "
574+
":exc:`AttributeError`。 请尝试使用 :c:macro:`T_OBJECT_EX` 取代 :c:macro:`T_OBJECT` "
575+
"因为 :c:macro:`T_OBJECT_EX` 处理在属性上使用 :keyword:`del` 语句比 :c:macro:`T_OBJECT` "
576+
"更正确。"
572577

573578
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:332
574579
msgid ""

0 commit comments

Comments
 (0)