Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b9359c40
Commit
b9359c40
authored
Dec 29, 2005
by
Armin Rigo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF patch #1379023: document that a weakref callback is not invoked if the
weakref object itself is deleted first.
parent
037d1e0f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libweakref.tex
Doc/lib/libweakref.tex
+2
-2
No files found.
Doc/lib/libweakref.tex
View file @
b9359c40
...
@@ -75,8 +75,8 @@ information.
...
@@ -75,8 +75,8 @@ information.
retrieved by calling the reference object if the referent is still
retrieved by calling the reference object if the referent is still
alive; if the referent is no longer alive, calling the reference
alive; if the referent is no longer alive, calling the reference
object will cause
\constant
{
None
}
to be returned. If
\var
{
callback
}
is
object will cause
\constant
{
None
}
to be returned. If
\var
{
callback
}
is
provided and not
\constant
{
None
}
,
provided and not
\constant
{
None
}
,
and the returned weakref object is
it
will be called when the object is about to be
still alive, the callback
will be called when the object is about to be
finalized; the weak reference object will be passed as the only
finalized; the weak reference object will be passed as the only
parameter to the callback; the referent will no longer be available.
parameter to the callback; the referent will no longer be available.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment