File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -537,24 +537,25 @@ msgid ""
537
537
"To be paranoid and protect ourselves against this possibility, we almost "
538
538
"always reassign members before decrementing their reference counts. When "
539
539
"don't we have to do this?"
540
- msgstr ""
540
+ msgstr "为了保持谨慎并使我们避免这种可能性,我们几乎总是要在减少成员的引用计数之前给它们重新赋值。 什么时候我们可以不必再这样做? "
541
541
542
542
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:426
543
543
msgid "when we absolutely know that the reference count is greater than 1;"
544
- msgstr ""
544
+ msgstr "当我们明确知道引用计数大于 1 的时候; "
545
545
546
546
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:428
547
547
msgid ""
548
548
"when we know that deallocation of the object [#]_ will neither release the "
549
549
":term:`GIL` nor cause any calls back into our type's code;"
550
- msgstr ""
550
+ msgstr "当我们知道对象的释放 [#]_ 既不会释放 :term:`GIL` 也不会导致任何对我们的类型的代码的回调的时候; "
551
551
552
552
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:431
553
553
msgid ""
554
554
"when decrementing a reference count in a "
555
555
":c:member:`~PyTypeObject.tp_dealloc` handler on a type which doesn't support"
556
556
" cyclic garbage collection [#]_."
557
557
msgstr ""
558
+ "当减少一个 :c:member:`~PyTypeObject.tp_dealloc` 处理句柄内不支持循环垃圾回收的类型的引用计数的时候 [#]_."
558
559
559
560
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:434
560
561
msgid ""
You can’t perform that action at this time.
0 commit comments