Skip to content

Commit 7cc79f1

Browse files
sync with cpython b28f9190
1 parent 6c6f5b5 commit 7cc79f1

File tree

5 files changed

+148
-123
lines changed

5 files changed

+148
-123
lines changed

c-api/weakref.po

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.11\n"
1010
"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"
1212
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
1313
"Last-Translator: Leon H.\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -87,3 +87,16 @@ msgstr ""
8787
#: ../../c-api/weakref.rst:69
8888
msgid "Similar to :c:func:`PyWeakref_GetObject`, but does no error checking."
8989
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 ""

0 commit comments

Comments
 (0)