File tree 5 files changed +148
-123
lines changed
5 files changed +148
-123
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.11\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2022-10-15 20:43 +0000\n "
11
+ "POT-Creation-Date : 2023-03-26 00:17 +0000\n "
12
12
"PO-Revision-Date : 2017-09-22 18:26+0000\n "
13
13
"Last-Translator : Leon H.\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -87,3 +87,16 @@ msgstr ""
87
87
#: ../../c-api/weakref.rst:69
88
88
msgid "Similar to :c:func:`PyWeakref_GetObject`, but does no error checking."
89
89
msgstr ""
90
+
91
+ #: ../../c-api/weakref.rst:74
92
+ msgid ""
93
+ "This function is called by the :c:member:`~PyTypeObject.tp_dealloc` handler "
94
+ "to clear weak references."
95
+ msgstr ""
96
+
97
+ #: ../../c-api/weakref.rst:77
98
+ msgid ""
99
+ "This iterates through the weak references for *object* and calls callbacks "
100
+ "for those references which have one. It returns when all callbacks have been "
101
+ "attempted."
102
+ msgstr ""
You can’t perform that action at this time.
0 commit comments