Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7cc79f1

Browse filesBrowse files
sync with cpython b28f9190
1 parent 6c6f5b5 commit 7cc79f1
Copy full SHA for 7cc79f1

File tree

Expand file treeCollapse file tree

5 files changed

+148
-123
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+148
-123
lines changed

‎c-api/weakref.po

Copy file name to clipboardExpand all lines: c-api/weakref.po
+14-1Lines changed: 14 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.