[issue1918] weak references are removed before __del__ is called.

Guido van Rossum report at bugs.python.org
Wed Jan 23 21:56:29 CET 2008


Guido van Rossum added the comment:

Georg, can you update the docs?  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.

----------
assignee:  -> georg.brandl
nosy: +georg.brandl, gvanrossum
status: pending -> open
versions: +Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1918>
__________________________________


More information about the Python-bugs-list mailing list