commit | 86f38c81ae2ff13c12dacd4137916e041e42da46 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 22 10:07:29 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 22 10:07:29 2008 +0000 |
tree | fc65d070efc657862648afd5b3accbbe24ab8348 | |
parent | ab68a3dc6fbf0dd9e1737516aa9bf75485842cde [diff] |
#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.