]> granicus.if.org Git - python/commit
#1918: document that weak references *to* an object are
authorGeorg Brandl <georg@python.org>
Sat, 22 Mar 2008 10:07:29 +0000 (10:07 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 22 Mar 2008 10:07:29 +0000 (10:07 +0000)
commit86f38c81ae2ff13c12dacd4137916e041e42da46
treefc65d070efc657862648afd5b3accbbe24ab8348
parentab68a3dc6fbf0dd9e1737516aa9bf75485842cde
#1918: document that weak references *to* an object are
cleared before the object's __del__ is called, to ensure that the weak
reference callback (if any) finds the object healthy.
Doc/library/weakref.rst