Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a6b62 commit 2be1fb8Copy full SHA for 2be1fb8
1 file changed
c-api/typeobj.po
@@ -108,6 +108,8 @@ msgid ""
108
"the type) do *not* count as references. But for dynamically allocated type "
109
"objects, the instances *do* count as references."
110
msgstr ""
111
+"这是类型对象的引用计数,由 ``PyObject_HEAD_INIT`` 宏初始化为 ``1``。 请注意对于静态分配的类型对象 (对象的 "
112
+":attr:`ob_type` 指回该类型) *不会* 被加入引用计数。 但对于动态分配的类型对象,实例 *确实* 会被算作引用。"
113
114
#: ../../c-api/typeobj.rst:65 ../../c-api/typeobj.rst:94
115
#: ../../c-api/typeobj.rst:122
0 commit comments