[issue15528] Better support for finalization with weakrefs

Richard Oudkerk report at bugs.python.org
Sun Aug 5 15:55:05 CEST 2012


Richard Oudkerk added the comment:

Updated patch.

get() and put() replaced by peek() and detach().  Added isalive().  Now finalizer class has no state, i.e. __slots__ == ().

----------
Added file: http://bugs.python.org/file26701/finalize.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15528>
_______________________________________


More information about the Python-bugs-list mailing list