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

Skip to content

Commit b6fab19

Browse files
[po] auto sync
1 parent 1a6c0f4 commit b6fab19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extending/newtypes_tutorial.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,24 +537,25 @@ msgid ""
537537
"To be paranoid and protect ourselves against this possibility, we almost "
538538
"always reassign members before decrementing their reference counts. When "
539539
"don't we have to do this?"
540-
msgstr ""
540+
msgstr "为了保持谨慎并使我们避免这种可能性,我们几乎总是要在减少成员的引用计数之前给它们重新赋值。 什么时候我们可以不必再这样做?"
541541

542542
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:426
543543
msgid "when we absolutely know that the reference count is greater than 1;"
544-
msgstr ""
544+
msgstr "当我们明确知道引用计数大于 1 的时候;"
545545

546546
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:428
547547
msgid ""
548548
"when we know that deallocation of the object [#]_ will neither release the "
549549
":term:`GIL` nor cause any calls back into our type's code;"
550-
msgstr ""
550+
msgstr "当我们知道对象的释放 [#]_ 既不会释放 :term:`GIL` 也不会导致任何对我们的类型的代码的回调的时候;"
551551

552552
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:431
553553
msgid ""
554554
"when decrementing a reference count in a "
555555
":c:member:`~PyTypeObject.tp_dealloc` handler on a type which doesn't support"
556556
" cyclic garbage collection [#]_."
557557
msgstr ""
558+
"当减少一个 :c:member:`~PyTypeObject.tp_dealloc` 处理句柄内不支持循环垃圾回收的类型的引用计数的时候 [#]_."
558559

559560
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:434
560561
msgid ""

0 commit comments

Comments
 (0)