File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
486486msgid "PyObject \\ *"
487- msgstr ""
487+ msgstr "PyObject \\ * "
488488
489489#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:312
490490msgid "T_OBJECT_EX"
@@ -538,7 +538,7 @@ msgstr "无符号长整型"
538538
539539#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:319
540540msgid "T_BOOL"
541- msgstr ""
541+ msgstr "T_BOOL "
542542
543543#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:320
544544msgid "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`."
571571msgstr ""
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
574579msgid ""
You can’t perform that action at this time.
0 commit comments