File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ msgstr "T_OBJECT"
484
484
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:311
485
485
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:312
486
486
msgid "PyObject \\ *"
487
- msgstr ""
487
+ msgstr "PyObject \\ * "
488
488
489
489
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:312
490
490
msgid "T_OBJECT_EX"
@@ -538,7 +538,7 @@ msgstr "无符号长整型"
538
538
539
539
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:319
540
540
msgid "T_BOOL"
541
- msgstr ""
541
+ msgstr "T_BOOL "
542
542
543
543
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:320
544
544
msgid "T_LONGLONG"
@@ -569,6 +569,11 @@ msgid ""
569
569
":c:macro:`T_OBJECT_EX` handles use of the :keyword:`del` statement on that "
570
570
"attribute more correctly than :c:macro:`T_OBJECT`."
571
571
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
+ "更正确。"
572
577
573
578
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:332
574
579
msgid ""
You can’t perform that action at this time.
0 commit comments